Method: RDL::Type::NominalType#hash

Defined in:
lib/rdl/types/nominal.rb

#hashObject

:nodoc:



38
39
40
# File 'lib/rdl/types/nominal.rb', line 38

def hash # :nodoc:
  return @name.hash
end