Module: Alf::Predicate::Or

Includes:
NadicBool
Defined in:
lib/alf/predicate/nodes/or.rb

Constant Summary

Constants included from Expr

Expr::OP_NEGATIONS

Instance Method Summary collapse

Methods included from NadicBool

#free_variables, #priority

Methods included from Expr

#!, #&, #and_split, #constant_variables, #contradiction?, #qualify, #rename, #sexpr, #tautology?, #to_proc, #to_ruby_code, #|

Methods included from Factory

#_factor_predicate, #and, #between, #comp, #contradiction, #identifier, #in, #literal, #native, #not, #or, #qualified_identifier, #relation, #sexpr, #tautology

Instance Method Details

#operator_symbolObject



6
7
8
# File 'lib/alf/predicate/nodes/or.rb', line 6

def operator_symbol
  :'||'
end