Class BSON::OrderedHash
In: lib/bson/ordered_hash.rb
Parent: Hash

Methods

==   []   []=   clear   delete   delete_if   dup   each   each_pair   eql?   extractable_options?   hash   initialize_copy   inspect   keys   merge   merge!   new   reject   reject!   replace   select   to_a   update   values   yaml_initialize  

Public Class methods

Public Instance methods

each_pair()

Alias for each

Allows activesupport Array#extract_options! to extract options when they are instance of BSON::OrderedHash

@return [true, false] true if options can be extracted

update(other)

Alias for merge!

[Validate]