Method: TTY::Table::Field#hash

Defined in:
lib/tty/table/field.rb

#hashNumeric

Hash for this instance and its attributes

Returns:

  • (Numeric)


170
171
172
# File 'lib/tty/table/field.rb', line 170

def hash
  [self.class, value].hash
end