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