class Hours

Public Instance Methods

to_seconds() click to toggle source
# File lib/abstractive/timespans.rb, line 80
def to_seconds; @i * HOUR     end