class Eye::Checker::Nop
Public Instance Methods
get_value()
click to toggle source
check :nop, :every => 10.hours # means restart every 10 hours
# File lib/eye/checker/nop.rb, line 5 def get_value; end
check :nop, :every => 10.hours # means restart every 10 hours
# File lib/eye/checker/nop.rb, line 5 def get_value; end