Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/white_horseman/coordinates.rb

Instance Method Summary collapse

Instance Method Details

#to_coordObject



2
3
4
# File 'lib/white_horseman/coordinates.rb', line 2

def to_coord
  return WhiteHorseman::Coordinates.new(:string => self)
end