Module: RuboCop::AST::Sexp
Overview
This module provides a shorthand method to create a Node like
Parser::AST::Sexp.
Instance Method Summary
-
#s(type, *children)
Creates a
Nodewith typetypeand childrenchildren.
Instance Method Details
#s(type, *children)
Creates a Node with type type and children children.