9 10 11
# File 'lib/rubygems_downloads/cli/handler.rb', line 9 def author(name) RubygemsDownloads::CLI::Author.new(name).call end
14 15 16
# File 'lib/rubygems_downloads/cli/handler.rb', line 14 def gem(name) RubygemsDownloads::CLI::Gem.new(name).call end