Sha256: 553d3a7fbd3f413620d608e248f4da2790fb1ad6cc166047ac5cad8d3bb0d6c1
Contents?: true
Size: 160 Bytes
Versions: 2
Compression:
Stored size: 160 Bytes
Contents
module Robot module Commands module PlaceCommandParser def parse(command) command.gsub('PLACE ', '').split(",") end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
robot_rea-0.1.5 | lib/robot/commands/place_command_parser.rb |
robot_rea-0.1.4 | lib/robot/commands/place_command_parser.rb |