Method: Grammar::Ruby::Code::Or#_ror
- Defined in:
- lib/grammar/ruby/code.rb
#_ror(before) ⇒ Object
585 586 587 588 589 |
# File 'lib/grammar/ruby/code.rb', line 585 def _ror(before) @operands[0] = before.pop._step(@operands[0]) if before.last._never before.concat(@operands) end |