Method: Wordlist::Operators::BinaryOperator#right
- Defined in:
- lib/wordlist/operators/binary_operator.rb
#right ⇒ Enumerable (readonly)
The right operand.
21 22 23 |
# File 'lib/wordlist/operators/binary_operator.rb', line 21 def right @right end |