class RedParse::RangeNode

Public Instance Methods

reducer_ident() click to toggle source
# File lib/redparse/ReduceWithsFor_RedParse_1_8.rb, line 17379
def reducer_ident
  :RangeNode
end
rip(p) click to toggle source
# File lib/redparse/ripper.rb, line 372
def rip p
  dots= exclude_end? ? :on_dot3 : :on_dot2
  p.send dots, left.rip(p), right.rip(p)
end