Method: RBS::Types::UntypedFunction#hash

Defined in:
lib/rbs/types.rb

#hashObject



1301
1302
1303
# File 'lib/rbs/types.rb', line 1301

def hash
  self.class.hash ^ return_type.hash
end