Module: North
- 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
5 6 7 |
# File 'lib/another_toy_robot/direction.rb', line 5 def self.left West end |
.right ⇒ Object
9 10 11 |
# File 'lib/another_toy_robot/direction.rb', line 9 def self.right East end |