Method: NeoHash::Support#to_hash

Defined in:
lib/neo_hash/support.rb

#to_hashHash

Implicitly convert to Hash

Returns:

  • (Hash)

    generated hash



74
75
76
# File 'lib/neo_hash/support.rb', line 74

def to_hash
  to_h
end