method
new
ruby latest stable - Class:
Rake::RubyForgePublisher
new(projname, user)public
No documentation available.
# File lib/rake/contrib/rubyforgepublisher.rb, line 8
def initialize(projname, user)
super(
"#{user}@rubyforge.org",
"/var/www/gforge-projects/#{projname}",
"html")
end