Method: BasicObject#if_true

Defined in:
lib/if.rb

#if_trueObject



6
7
8
9
10
# File 'lib/if.rb', line 6

def if_true
  yield

  self
end