module South
Constants
- X_DISPLACEMENT
- Y_DISPLACEMENT
Public Class Methods
left()
click to toggle source
# File lib/another_toy_robot/direction.rb, line 31 def self.left East end
right()
click to toggle source
# File lib/another_toy_robot/direction.rb, line 35 def self.right West end