OrderedHash is namespaced to prevent conflicts with other implementations
From active_support/basic_object.rb
Ruby 1.9 introduces BasicObject which differs slighly from Builder’s
BlankSlate that had been used so far ActiveSupport::BasicObject provides a
barebones object with the same method on both versions.
| Classes |
| BasicObject |
|
| BufferedLogger |
Inspired by the buffered logger idea by Ezra
|
| Duration |
Provides accurate date and time measurements using Date#advance and
Time#advance, respectively. It mainly supports the methods on Numeric, such
as in this example:
|
| OptionMerger |
|
| OrderedHash |
|
| TestCase |
|
| TimeWithZone |
A Time-like class that can represent a time in any time zone. Necessary
because standard Ruby Time instances are limited to UTC and the
system’s ENV[‘TZ’] zone
|
<code/>and<pre/>for code samples.