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