Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/abstractive/timespans.rb
Instance Method Summary collapse
Instance Method Details
#days ⇒ Object
85 |
# File 'lib/abstractive/timespans.rb', line 85 def days; Days.new(self) end |
#hours ⇒ Object
86 |
# File 'lib/abstractive/timespans.rb', line 86 def hours; Hours.new(self) end |
#minutes ⇒ Object
87 |
# File 'lib/abstractive/timespans.rb', line 87 def minutes; Minutes.new(self) end |
#seconds ⇒ Object
88 |
# File 'lib/abstractive/timespans.rb', line 88 def seconds; Seconds.new(self) end |