class RedParse::TernaryNode
Public Instance Methods
reducer_ident()
click to toggle source
# File lib/redparse/ReduceWithsFor_RedParse_1_8.rb, line 17114 def reducer_ident :TernaryNode end
rip(p)
click to toggle source
# File lib/redparse/ripper.rb, line 366 def rip p p.on_ifop condition.rip(p), consequent.rip(p), otherwise.rip(p) end