Source: show | on GitHub
# File lib/rake/contrib/rubyforgepublisher.rb, line 8 def initialize(projname, user) super( "#{user}@rubyforge.org", "/var/www/gforge-projects/#{projname}", "html") end