ActiveSupport::OrderedHash
# File lib/active_support/ordered_options.rb, line 28 def [](key) super(key.to_sym) end
# File lib/active_support/ordered_options.rb, line 24 def []=(key, value) super(key.to_sym, value) end
Generated with the Darkfish Rdoc Generator 2.