# File lib/sup/source.rb, line 154
  def Source.expand_filesystem_uri uri
    uri.gsub "~", File.expand_path("~")
  end