class Rock::CLI::ReleaseAdmin::Maintainers

Information about groups of authors/maintainers and the packages they are responsible for

Public Class Methods

new(emails) click to toggle source
Calls superclass method
# File lib/rock/cli/release_admin.rb, line 357
def initialize(emails)
    super(emails,
          Array.new, Array.new, Array.new,
          Array.new, Array.new,
          Array.new, Array.new,
          Hash.new)
end