class Github::Client

def gists(options = {})

def gists(options = {})
  @gists ||= Github::Gists.new(options)
end