# File lib/backports/1.9.2/dir/home.rb, line 2
  def Dir.home(user = "")
    File.expand_path "~#{user}"
  end