Class: Eqn::Comparation::CompGroup

Inherits:
Node
  • Object
show all
Defined in:
lib/eqn/comparation.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



16
17
18
# File 'lib/eqn/comparation.rb', line 16

def value
  [elements.shift.value, elements.shift.value]
end