Class: Percy::Hub

Inherits:
Object
  • Object
show all
Defined in:
lib/percy/hub.rb,
lib/percy/hub/version.rb

Constant Summary collapse

VERSION =
'0.0.1'

Instance Method Summary collapse

Instance Method Details

#runObject



7
8
9
10
11
# File 'lib/percy/hub.rb', line 7

def run
  Percy.logger.warn('WARN test')
  Percy::Async.run_periodically(1) do
  end
end