Libraries
»
monadic
(0.8.1)
»
Index
»
Monadic
»
Either
»
#failure?
Method: Monadic::Either#failure?
Defined in:
lib/monadic/either.rb
#
failure?
⇒
Boolean
Returns:
(
Boolean
)
63 64 65
# File 'lib/monadic/either.rb', line 63
def
failure?
is_a?
Failure
end