class DwollaV2::SuperHash
Public Instance Methods
==(other)
click to toggle source
Calls superclass method
# File lib/dwolla_v2/super_hash.rb, line 8 def == other super(other) || other && super(self.class[other]) end