Method: When::Coordinates::LeapSeconds#coerce

Defined in:
lib/when_exe/coordinates.rb

#coerce(other) ⇒ Object

強制型変換



1243
1244
1245
# File 'lib/when_exe/coordinates.rb', line 1243

def coerce(other)
  [self.class.new(other, 0, @second), self]
end