module Kronos

Constants

VERSION

Public Instance Methods

config() click to toggle source
# File lib/kronos.rb, line 26
def config
  @config_agent
end
start() click to toggle source
# File lib/kronos.rb, line 30
def start
  @config_agent.runner_instance.start
end