module Footstats

Constants

VERSION

Public Class Methods

included(base) click to toggle source
# File lib/footstats.rb, line 13
def included(base)
  base.extend ClassMethods
end
new() click to toggle source
# File lib/footstats.rb, line 17
def new
  Client.new
end