Method: Consequence::Monad#==

Defined in:
lib/consequence/monad.rb

#==(other) ⇒ Object



35
36
37
# File 'lib/consequence/monad.rb', line 35

def ==(other)
  self.class == other.class && value == other.value
end