Class: Bosh::Template::EvaluationContext::InactiveElseBlock
- Inherits:
-
Object
- Object
- Bosh::Template::EvaluationContext::InactiveElseBlock
- Defined in:
- lib/bosh/template/evaluation_context.rb
Instance Method Summary collapse
Instance Method Details
#else ⇒ Object
174 175 |
# File 'lib/bosh/template/evaluation_context.rb', line 174 def else end |
#else_if_link(name) ⇒ Object
181 182 183 |
# File 'lib/bosh/template/evaluation_context.rb', line 181 def else_if_link(name) InactiveElseBlock.new end |
#else_if_p(*names) ⇒ Object
177 178 179 |
# File 'lib/bosh/template/evaluation_context.rb', line 177 def else_if_p(*names) InactiveElseBlock.new end |