Class
God::Conditions::Complex
In:
lib/god/conditions/complex.rb
Parent:
PollCondition
Methods
and
and_not
new
new_oper
or
or_not
prepare
test
this
valid?
Constants
AND
=
0x1
OR
=
0x2
NOT
=
0x4
Public Class methods
new
()
Public Instance methods
and
(kind) {|oper if block_given?| ...}
and_not
(kind) {|oper if block_given?| ...}
new_oper
(kind, op)
or
(kind) {|oper if block_given?| ...}
or_not
(kind) {|oper if block_given?| ...}
prepare
()
test
()
this
(kind) {|@this if block_given?| ...}
valid?
()
[Validate]