class SimpleLogic::InfixOperationChain

Public Instance Methods

list() click to toggle source
# File lib/simple_logic/syntax_nodes.rb, line 55
def list
  elements.map {|e| [e.primary, e.operator] }.flatten
end