Class: Savage::Directions::Point

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

Instance Method Summary collapse

Instance Method Details

#topObject



72
73
74
# File 'lib/pathby.rb', line 72

def top
    return Point.new(self.x,self.y)
end