# File lib/datename.rb, line 27
  def Time.weeks( num )
    num * Time.days( 7 )
  end