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