Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/white_horseman/coordinates.rb
Instance Method Summary collapse
Instance Method Details
#to_coord ⇒ Object
2 3 4 |
# File 'lib/white_horseman/coordinates.rb', line 2 def to_coord return WhiteHorseman::Coordinates.new(:string => self) end |