class RobotInterface::Report

Public Instance Methods

execute(robot, options = {}) click to toggle source
# File lib/rubbot_cli.rb, line 49
def execute(robot, options = {})
  output = options.fetch(:output)
  output << robot.report + "\n"
end