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