Method: IfElse::FalseIfBehavior#if
- Defined in:
- lib/ifelse.rb
#if ⇒ Object
17 18 19 20 |
# File 'lib/ifelse.rb', line 17 def if raise "Syntax Error: if without block" unless block_given? self end |
17 18 19 20 |
# File 'lib/ifelse.rb', line 17 def if raise "Syntax Error: if without block" unless block_given? self end |