Class: Bosh::Template::EvaluationContext::InactiveElseBlock

Inherits:
Object
  • Object
show all
Defined in:
lib/bosh/template/evaluation_context.rb

Instance Method Summary collapse

Instance Method Details

#elseObject



135
136
# File 'lib/bosh/template/evaluation_context.rb', line 135

def else
end

#else_if_p(*names) ⇒ Object



138
139
140
# File 'lib/bosh/template/evaluation_context.rb', line 138

def else_if_p(*names)
  InactiveElseBlock.new
end