Method: Code::Parser::Splat#root
- Defined in:
- lib/code/parser/splat.rb
#root ⇒ Object
26 27 28 29 30 |
# File 'lib/code/parser/splat.rb', line 26 def root (ampersand.aka(:operator) << whitespace? << splat.aka(:right)).aka( :splat ) | statement end |