Module: South
- Defined in:
- lib/another_toy_robot/direction.rb
Constant Summary collapse
- X_DISPLACEMENT =
0- Y_DISPLACEMENT =
-1
Class Method Summary collapse
Class Method Details
.left ⇒ Object
31 32 33 |
# File 'lib/another_toy_robot/direction.rb', line 31 def self.left East end |
.right ⇒ Object
35 36 37 |
# File 'lib/another_toy_robot/direction.rb', line 35 def self.right West end |