Class: DwollaV2::SuperHash

Inherits:
Hash
  • Object
show all
Includes:
Hashie::Extensions::DeepFetch, Hashie::Extensions::IndifferentAccess, Hashie::Extensions::KeyConversion, Hashie::Extensions::MethodAccess
Defined in:
lib/dwolla_v2/super_hash.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



8
9
10
# File 'lib/dwolla_v2/super_hash.rb', line 8

def == other
  super(other) || other && super(self.class[other])
end