r7kamura/ruboty

View on GitHub
lib/ruboty/commands/run.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Ruboty
  module Commands
    class Run < Base
      def call
        Robot.new(options).run
      end
    end
  end
end