class Pomato::Run

Public Instance Methods

execute() click to toggle source
# File lib/pomato/run.rb, line 7
def execute
  loop do
    Pomato::Tick.new.execute
    sleep 10
  end
end