# File lib/datename.rb, line 39
  def Time.minutes( num )
    num * Time.seconds( 60 )
  end