method

eql?

v1_9_2_180 - Show latest stable - Class: Date
eql?(other)
public

No documentation available.

# File lib/date/delta.rb, line 356
    def eql? (other) Delta === other && self == other end