Method: Wordlist::Operators::BinaryOperator#left

Defined in:
lib/wordlist/operators/binary_operator.rb

#leftEnumerable (readonly)

The left operand.

Returns:

Since:

  • 1.0.0



16
17
18
# File 'lib/wordlist/operators/binary_operator.rb', line 16

def left
  @left
end