module West

Constants

X_DISPLACEMENT
Y_DISPLACEMENT

Public Class Methods

left() click to toggle source
# File lib/another_toy_robot/direction.rb, line 44
def self.left
  South
end
right() click to toggle source
# File lib/another_toy_robot/direction.rb, line 48
def self.right
  North
end