Class: IcAgent::Ast::Nodes::DIDFile
- Inherits:
-
NamedNode
- Object
- Treetop::Runtime::SyntaxNode
- NamedNode
- IcAgent::Ast::Nodes::DIDFile
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
#title ⇒ Object
49
50
51
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 49
def title
:did_file
end
|
#to_s ⇒ Object
53
54
55
|
# File 'lib/ic_agent/ast/nodes/named_nodes.rb', line 53
def to_s
elements_to_s
end
|