Method: Integer#hour

Defined in:
lib/patch/foobar.rb

#hourInteger

Converts the integer (assumed to be hours) into seconds.

Returns:



173
# File 'lib/patch/foobar.rb', line 173

def hour; self * 60.minute end