Method: Amrita2::Core::CodeGenerator#else_

Defined in:
lib/amrita2/template.rb

#else_(&block) ⇒ Object



481
482
483
484
485
486
# File 'lib/amrita2/template.rb', line 481

def else_(&block)
  code("else")
  level_up do
    yield
  end
end