class SyncClient::Poller
Public Class Methods
run()
click to toggle source
# File lib/sync_client/poller.rb, line 4 def self.run new.run end
Public Instance Methods
run()
click to toggle source
# File lib/sync_client/poller.rb, line 8 def run SyncClient::Worker.new.work end