class RubygemsDownloads::CLI::Handler

Public Instance Methods

author(name) click to toggle source
# File lib/rubygems_downloads/cli/handler.rb, line 9
def author(name)
  RubygemsDownloads::CLI::Author.new(name).call
end
gem(name) click to toggle source
# File lib/rubygems_downloads/cli/handler.rb, line 14
def gem(name)
  RubygemsDownloads::CLI::Gem.new(name).call
end