2010-04-03 00:43:46 -04:00
|
|
|
# Copyright (c) 2010 Michael Dvorkin
|
|
|
|
#
|
|
|
|
# Awesome Print is freely distributable under the terms of MIT license.
|
|
|
|
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
|
|
|
|
#------------------------------------------------------------------------------
|
|
|
|
require File.dirname(__FILE__) + "/ap/core_ext/string"
|
|
|
|
require File.dirname(__FILE__) + "/ap/core_ext/kernel"
|
|
|
|
require File.dirname(__FILE__) + "/ap/awesome_print"
|
|
|
|
|
2010-04-21 21:27:26 -04:00
|
|
|
require File.dirname(__FILE__) + "/ap/mixin/active_record" if defined?(::ActiveRecord)
|
|
|
|
require File.dirname(__FILE__) + "/ap/mixin/active_support" if defined?(::ActiveSupport)
|
|
|
|
|