class TZInfo::Timezone
def eql?(tz)
-
(Boolean)- `true` if `tz` is an instance of {Timezone} and has the
Parameters:
-
tz(Object) -- an `Object` to compare this {Timezone} with.
def eql?(tz) self == tz end
(Boolean)
- `true` if `tz` is an instance of {Timezone} and has the
tz
(Object)
-- an `Object` to compare this {Timezone} with.
def eql?(tz) self == tz end