Module: Fynd::Operators

Included in:
Sieve
Defined in:
lib/fynd/operators.rb

Instance Method Summary collapse

Instance Method Details

#and(expr) ⇒ Object



5
6
# File 'lib/fynd/operators.rb', line 5

def and(expr)
end

#not(expr) ⇒ Object



2
3
# File 'lib/fynd/operators.rb', line 2

def not(expr)
end

#or(expr) ⇒ Object



8
9
# File 'lib/fynd/operators.rb', line 8

def or(expr)
end