# File lib/active_support/ordered_options.rb, line 28 28: def [](key) 29: super(key.to_sym) 30: end
# File lib/active_support/ordered_options.rb, line 24 24: def []=(key, value) 25: super(key.to_sym, value) 26: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.