Module: Alchemist::Direction::North
- Defined in:
- lib/alchemist-server/direction.rb
Class Method Summary collapse
Class Method Details
.move_from(x, y) ⇒ Object
4 5 6 |
# File 'lib/alchemist-server/direction.rb', line 4 def self.move_from(x, y) [x, y - 1] end |