Class: Confuscript::Nodes::CommentNode
- Inherits:
-
BaseNode
- Object
- Treetop::Runtime::SyntaxNode
- BaseNode
- Confuscript::Nodes::CommentNode
- Defined in:
- lib/confuscript/nodes/comment_node.rb
Instance Method Summary collapse
Methods inherited from BaseNode
Instance Method Details
#evaluate(context) ⇒ Object
4 5 6 7 8 |
# File 'lib/confuscript/nodes/comment_node.rb', line 4 def evaluate(context) # This is a comment node # It will remain blank # DO NOT ADD ANYTHING HERE end |