Module: PageObjectify::ASTMaker

Included in:
DOMToRuby
Defined in:
lib/page-objectify/ast_maker.rb

Instance Method Summary collapse

Instance Method Details

#s(type, *children) ⇒ Object



5
6
7
# File 'lib/page-objectify/ast_maker.rb', line 5

def s(type, *children)
  Parser::AST::Node.new(type, children)
end