mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
10 lines
308 B
Ruby
10 lines
308 B
Ruby
$LOAD_PATH.unshift File.dirname(__FILE__)
|
|
|
|
# whole object.rb pulls up rarely used introspection extensions
|
|
require "core_ext/object/blank"
|
|
require "core_ext/object/metaclass"
|
|
require 'core_ext/array'
|
|
require 'core_ext/hash'
|
|
require 'core_ext/module/attribute_accessors'
|
|
require 'core_ext/string/inflections'
|