5 6 7 8 9 10 11 12
# File 'lib/karel/command/move.rb', line 5 def execute(compass, location, tokens) new_location = Response.new( compass: compass, location: compass.translate_location(location), tokens: tokens ) end