Class: Confuscript::Nodes::CommentNode

Inherits:
BaseNode
  • Object
show all
Defined in:
lib/confuscript/nodes/comment_node.rb

Instance Method Summary collapse

Methods inherited from BaseNode

#find_node

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