Method: OodCore::Job::Status#eql?
- Defined in:
- lib/ood_core/job/status.rb
#eql?(other) ⇒ Boolean
Whether objects are identical to each other
72 73 74 |
# File 'lib/ood_core/job/status.rb', line 72 def eql?(other) self.class == other.class && self == other end |