Class: RubygemsDownloads::CLI::Handler

Inherits:
Thor
  • Object
show all
Defined in:
lib/rubygems_downloads/cli/handler.rb

Instance Method Summary collapse

Instance Method Details

#author(name) ⇒ Object



9
10
11
# File 'lib/rubygems_downloads/cli/handler.rb', line 9

def author(name)
  RubygemsDownloads::CLI::Author.new(name).call
end

#gem(name) ⇒ Object



14
15
16
# File 'lib/rubygems_downloads/cli/handler.rb', line 14

def gem(name)
  RubygemsDownloads::CLI::Gem.new(name).call
end