Method: Handshake::Clause#==

Defined in:
lib/handshake/clause_methods.rb

#==(other) ⇒ Object



22
23
24
# File 'lib/handshake/clause_methods.rb', line 22

def ==(other)
  other.class == self.class && other.mesg == @mesg && other.block == @block
end