class Ruboty::Commands::Run

Public Instance Methods

call() click to toggle source
# File lib/ruboty/commands/run.rb, line 4
def call
  Robot.new(options).run
end