Methods
N
Attributes
[R] proj_id
[R] project
[R] user
Class Public methods
new(projname, user)
# File lib/rake/contrib/rubyforgepublisher.rb, line 8
def initialize(projname, user)
  super(
    "#{user}@rubyforge.org",
    "/var/www/gforge-projects/#{projname}",
    "html")
end