Class: DRbQS::Task::TaskSet::Container
- Inherits:
-
Object
- Object
- DRbQS::Task::TaskSet::Container
- Defined in:
- lib/drbqs/task/task.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#==(other) ⇒ Object
112 113 114 115 116 |
# File 'lib/drbqs/task/task.rb', line 112 def ==(other) other.data.each_with_index.all? do |ary, i| ary == @data[i] end end |