Method: Lemon::CoverUnit#hash

Defined in:
lib/lemon/coverage/cover_unit.rb

#hashObject



53
54
55
# File 'lib/lemon/coverage/cover_unit.rb', line 53

def hash
  @target.hash ^ @method.hash ^ singleton.hash
end