Module: Alexandria::EventOverrides
- Defined in:
 - lib/alexandria/ui/multi_drag_treeview.rb
 
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
      9 10 11 12 13  | 
    
      # File 'lib/alexandria/ui/multi_drag_treeview.rb', line 9 def ==(other) other.is_a?(self.class) && (time == other.time) && (x == other.x) && (y == other.y) && ( == other.) end  |