Method: Zyps::Location#initialize
- Defined in:
- lib/zyps.rb
#initialize(x = 0, y = 0) ⇒ Location
408 409 410 |
# File 'lib/zyps.rb', line 408 def initialize (x = 0, y = 0) self.x, self.y = x, y end |
408 409 410 |
# File 'lib/zyps.rb', line 408 def initialize (x = 0, y = 0) self.x, self.y = x, y end |