class RobotInterface::Command

Constants

NoArgumentsError

Public Class Methods

new(args = []) click to toggle source
# File lib/rubbot_cli.rb, line 5
def initialize(args = [])
  @args = args
end