Libraries
»
brotorift
(0.9.1)
»
Index (I)
»
IncludeDecl
Class: IncludeDecl
Inherits:
TopDecl
Object
RLTK::ASTNode
ASTNode
TopDecl
IncludeDecl
show all
Defined in:
lib/ast.rb
Instance Method Summary
collapse
#
to_s
⇒ Object
Methods inherited from
ASTNode
#doc_str
Instance Method Details
#
to_s
⇒
Object
57 58 59
# File 'lib/ast.rb', line 57
def
to_s
"include '#{filename}'"
end