Libraries
»
brotorift
(0.4.2)
»
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
47 48 49
# File 'lib/ast.rb', line 47
def
to_s
"
include '
#{
filename
}
'
"
end