class RedParse::ArrayLiteralNode
Public Instance Methods
reducer_ident()
click to toggle source
# File lib/redparse/ReduceWithsFor_RedParse_1_8.rb, line 17199 def reducer_ident :ArrayLiteralNode end
rip(p)
click to toggle source
# File lib/redparse/ripper.rb, line 380 def rip p p.on_array(args_rip(self,p)) end