class RubygemsDownloads::CLI::Handler
Public Instance Methods
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