Class: IcAgent::Ast::Nodes::Comment

Inherits:
NamedNode
  • Object
show all
Defined in:
lib/ic_agent/ast/nodes/named_nodes.rb

Instance Method Summary collapse

Methods inherited from NamedNode

#elements_to_s, #source_content, #to_array

Instance Method Details

#titleObject



39
40
41
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 39

def title
  :comment
end

#to_sObject



43
44
45
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 43

def to_s
  "# #{elements[0].to_s}"
end