# File lib/datename.rb, line 23
  def Time.years( num )
    num * Time.days( 365 )
  end