Module: Robot::Commands::PlaceCommandParser
- Included in:
- Place
- Defined in:
- lib/robot/commands/place_command_parser.rb
Instance Method Summary collapse
Instance Method Details
#parse(command) ⇒ Object
6 7 8 |
# File 'lib/robot/commands/place_command_parser.rb', line 6 def parse(command) command.gsub('PLACE ', '').split(',') end |