Class: Halftime::TimeZones::UTC
- Inherits:
-
Object
- Object
- Halftime::TimeZones::UTC
- Defined in:
- lib/halftime/time_zones.rb
Instance Method Summary collapse
-
#initialize(_) ⇒ UTC
constructor
A new instance of UTC.
- #offset ⇒ Object
Constructor Details
#initialize(_) ⇒ UTC
Returns a new instance of UTC.
18 19 |
# File 'lib/halftime/time_zones.rb', line 18 def initialize(_) end |
Instance Method Details
#offset ⇒ Object
21 22 23 |
# File 'lib/halftime/time_zones.rb', line 21 def offset 0 end |