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



231
232
# File 'lib/bosh/template/evaluation_context.rb', line 231

def else
end


238
239
240
# File 'lib/bosh/template/evaluation_context.rb', line 238

def else_if_link(name)
  InactiveElseBlock.new
end

#else_if_p(*names) ⇒ Object



234
235
236
# File 'lib/bosh/template/evaluation_context.rb', line 234

def else_if_p(*names)
  InactiveElseBlock.new
end