Override this method in your Conditions (optional)
# File lib/god/condition.rb, line 64 def after end
Override this method in your Conditions (optional)
# File lib/god/condition.rb, line 52 def before end
Override this method in your Conditions (mandatory)
Return true if the test passes (everything is ok) Return false otherwise
# File lib/god/condition.rb, line 59 def test raise AbstractMethodNotOverriddenError.new("PollCondition#test must be overridden in subclasses") end
Generated with the Darkfish Rdoc Generator 2.