Class: IncludeDecl

Inherits:
TopDecl show all
Defined in:
lib/ast.rb

Instance Method Summary collapse

Methods inherited from ASTNode

#doc_str

Instance Method Details

#to_sObject



47
48
49
# File 'lib/ast.rb', line 47

def to_s
	"include '#{filename}'"
end