Class: ActiveSupport::OrderedHash
- Defined in:
- lib/sc-core-ext/active_support/ordered_hash.rb
Instance Method Summary collapse
Instance Method Details
#yaml_initialize(type, val) ⇒ Object
3 4 5 |
# File 'lib/sc-core-ext/active_support/ordered_hash.rb', line 3 def yaml_initialize(type, val) replace(val) end |