Module: Maybe

Included in:
Just, Nothing
Defined in:
lib/mayhaps.rb

Instance Method Summary collapse

Instance Method Details

#maybeObject



14
15
16
# File 'lib/mayhaps.rb', line 14

def maybe
  ::Just.new(self)
end