Sha256: 67a6d49b4bb4fb5b7fb4d618984811dbc04b0556b9b92044e2a4024c90863cd3
Contents?: true
Size: 185 Bytes
Versions: 4
Compression:
Stored size: 185 Bytes
Contents
# frozen_string_literal: true module Robot module Directions EAST = :EAST WEST = :WEST SOUTH = :SOUTH NORTH = :NORTH LEFT = :LEFT RIGHT = :RIGHT end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
robot_rea-0.1.9 | lib/robot/directions.rb |
robot_rea-0.1.8 | lib/robot/directions.rb |
robot_rea-0.1.7 | lib/robot/directions.rb |
robot_rea-0.1.6 | lib/robot/directions.rb |