Method: Stark::Parser::ASTConstruction#include

Defined in:
lib/stark/raw_parser.rb

#include(path) ⇒ Object



534
535
536
# File 'lib/stark/raw_parser.rb', line 534

def include(path)
  AST::Include.new(path)
end