Libraries
»
monadic
(0.8.1)
»
Index
»
Monadic
»
Either
»
#success?
Method: Monadic::Either#success?
Defined in:
lib/monadic/either.rb
#
success?
⇒
Boolean
Returns:
(
Boolean
)
59 60 61
# File 'lib/monadic/either.rb', line 59
def
success?
is_a?
Success
end