Module
Ruote::Exp::Condition
In:
lib/ruote/exp/condition.rb
Methods
apply?
compare
eval_is
narrow_to_f
strip
to_b
true?
unescape
Constants
SET_REGEX
=
/(\S*?)( +is)?( +not)?( +set)$/
COMPARISON_REGEX
=
/(.*?) *(==|!=|>=|<=|>|<|=~) *(.*)/
Public Class methods
apply?
(sif, sunless)
true?
(conditional)
TODO : rconditional
is it really necessary ? there is already ${r:xxx}
Protected Class methods
compare
(m)
eval_is
(match)
narrow_to_f
(s)
strip
(s)
to_b
(o)
unescape
(s)
[Validate]