Method: Glyph::SyntaxNode#evaluate
- Defined in:
- lib/glyph/syntax_node.rb
permalink #evaluate(context, options = {}) ⇒ String
Returns the value of the :value key.
30 31 32 |
# File 'lib/glyph/syntax_node.rb', line 30 def evaluate(context, ={}) self[:value] end |