Method: Hashing#to_h
- Defined in:
- lib/hashing.rb
#to_h ⇒ Object
The ‘Hash` returned by `#to_h` will be formed by keys based on the ivars names passed to `hasherize` method.
46 47 48 |
# File 'lib/hashing.rb', line 46 def to_h self.class.__hasher.to_h self end |