Sha256: adc1bb7c8c6d37446b3ef57a66b102fd8de00c97ac71291e576df0f25f9262ab
Contents?: true
Size: 184 Bytes
Versions: 1
Compression:
Stored size: 184 Bytes
Contents
unless ActiveSupport::OrderedHash.methods.include?("yaml_initialize") class ActiveSupport::OrderedHash def yaml_initialize(type, val) replace(val) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sc-core-ext-1.1.1 | lib/sc-core-ext/active_support/ordered_hash.rb |