module Kernel

Public Instance Methods

maybe() click to toggle source
# File lib/unboolean/core_ext/kernel.rb, line 5
def maybe
  @__unboolean_maybe ||= Unboolean::Maybe.new
end