lib/kobot.rb in kobot-1.2.1 vs lib/kobot.rb in kobot-1.2.2
- old
+ new
@@ -12,11 +12,9 @@
# Kobot is a simple tool to automate the clock in or clock out operation on the web service
# provided by [KING OF TIME](kingtime.jp) by leveraging [Selenium WebDriver](selenium.dev),
# and with Google Gmail service email notification can also be sent to notify the results.
module Kobot
class << self
-
- # The entrance to run Kobot.
def run
configure
Engine.new.start
rescue StandardError => e
logger.error e.message