Method: TalonOne::FunctionDef#hash
- Defined in:
- lib/talon_one/models/function_def.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
152 153 154 |
# File 'lib/talon_one/models/function_def.rb', line 152 def hash [name, type, description, help, args].hash end |