# File lib/newgem/rubyforge-ext.rb, line 13 13: def initialize 14: @full_name = rubyforge.userconfig['full_name'] || ENV['NAME'] || 'FIXME full name' 15: @email = rubyforge.userconfig['email'] || ENV['EMAIL'] || 'FIXME email' 16: @github_username = 17: rubyforge.userconfig['github_username'] || ENV['GITHUB_USERNAME'] || 'GITHUB_USERNAME' 18: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.