# File mouse.rb, line 156 def initialize @start_x, @start_y = 0 @end_x, @end_y = 0 @inprogress = false @starting = false end