Method: Integer#hour
- Defined in:
- lib/patch/foobar.rb
#hour ⇒ Integer
Converts the integer (assumed to be hours) into seconds.
173 |
# File 'lib/patch/foobar.rb', line 173 def hour; self * 60.minute end |
Converts the integer (assumed to be hours) into seconds.
173 |
# File 'lib/patch/foobar.rb', line 173 def hour; self * 60.minute end |