Method: Wordlist::Operators::BinaryOperator#left
- Defined in:
- lib/wordlist/operators/binary_operator.rb
#left ⇒ Enumerable (readonly)
The left operand.
16 17 18 |
# File 'lib/wordlist/operators/binary_operator.rb', line 16 def left @left end |