Method: Wordlist::Operators::BinaryOperator#right

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

#rightEnumerable (readonly)

The right operand.

Returns:

  • (Enumerable)

Since:

  • 1.0.0



21
22
23
# File 'lib/wordlist/operators/binary_operator.rb', line 21

def right
  @right
end