module RubygemsDownloads
Constants
- VERSION
Public Class Methods
for_gem(gem_name)
click to toggle source
# File lib/rubygems_downloads.rb, line 24 def self.for_gem(gem_name) RubygemsDownloads::Stats::Gem.call(gem_name) end