Class: NilClass

Inherits:
Object show all
Defined in:
lib/active_nothing/nil.rb

Instance Method Summary collapse

Instance Method Details

#if_falseObject



6
7
8
9
# File 'lib/active_nothing/nil.rb', line 6

def if_false
  yield
  self
end

#if_trueObject



2
3
4
# File 'lib/active_nothing/nil.rb', line 2

def if_true
  self
end