Class Thor::CoreExt::OrderedHash
In: lib/thor/core_ext/ordered_hash.rb
Parent: ::Hash

Methods

[]=   clear   delete   delete_if   each   each_key   each_pair   each_value   initialize_copy   inspect   keys   merge   merge!   new   reject   replace   shift   sync_keys!   to_a   to_hash   values  

Public Class methods

Public Instance methods

When replacing with another hash, the initial order of our keys must come from the other hash -ordered or not.

[Validate]