Class: Percy::Hub
- Inherits:
-
Object
- Object
- Percy::Hub
- 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
#run ⇒ Object
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 |