Method: Transpec::Record#hash

Defined in:
lib/transpec/record.rb

#hashObject



53
54
55
# File 'lib/transpec/record.rb', line 53

def hash
  old_syntax_type.hash ^ new_syntax_type.hash
end