Methods

Rake::RubyForgePublisher

Attributes

project[R]
proj_id[R]
user[R]

Public Class Methods

new(projname, user) click to toggle source
    # File lib/rake/contrib/rubyforgepublisher.rb, line 10
10:     def initialize(projname, user)
11:       super(
12:         "#{user}@rubyforge.org",
13:         "/var/www/gforge-projects/#{projname}",
14:         "html")
15:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.