Skip to content

Instantly share code, notes, and snippets.

@jagira
Created October 4, 2011 18:10
Show Gist options
  • Save jagira/1262359 to your computer and use it in GitHub Desktop.
Save jagira/1262359 to your computer and use it in GitHub Desktop.
Mars Rover Example
class MarsRover
def initialize(current_direction)
@direction = current_direction
end
def turn_left
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment