# File lib/reap/publish_task.rb, line 25 def init @type ||= 'www' @host ||= 'rubyforge.org' @project ||= master['rubyforge']['project'] || master['name'] @username ||= master['rubyforge']['username'] @exclude ||= [] end