Class: FalseClass

Inherits:
Object show all
Defined in:
lib/maybe_fun/false_class.rb

Instance Method Summary collapse

Instance Method Details

#if_falseObject



6
7
8
9
# File 'lib/maybe_fun/false_class.rb', line 6

def if_false
  yield
  self
end

#if_trueObject



2
3
4
# File 'lib/maybe_fun/false_class.rb', line 2

def if_true
  self
end