class BELParser::Parsers::AST::Comment
AST
node representing a statement comment.
Public Class Methods
new(children = [], properties = {})
click to toggle source
@see Node#initialize Node
class for basic properties
Calls superclass method
BELParser::Parsers::AST::Node::new
# File lib/bel_parser/parsers/ast/node.rb, line 226 def initialize(children = [], properties = {}) super(Comment.ast_type, children, properties) end