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



57
58
59
# File 'lib/ast.rb', line 57

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