Class: FlavourSaver::PartialNode
- Inherits:
-
TemplateItemNode
- Object
- RLTK::ASTNode
- Node
- TemplateItemNode
- FlavourSaver::PartialNode
- Defined in:
- lib/flavour_saver/nodes.rb
Instance Method Summary collapse
Methods inherited from Node
Instance Method Details
#context ⇒ Object
169 170 171 |
# File 'lib/flavour_saver/nodes.rb', line 169 def context context_call.any? ? context_call : context_value end |
#to_s ⇒ Object
173 174 175 |
# File 'lib/flavour_saver/nodes.rb', line 173 def to_s "{{>#{name}}}" end |