module North

Constants

X_DISPLACEMENT
Y_DISPLACEMENT

Public Class Methods

left() click to toggle source
# File lib/another_toy_robot/direction.rb, line 5
def self.left
  West
end
right() click to toggle source
# File lib/another_toy_robot/direction.rb, line 9
def self.right
  East
end