class Github::Client

def gists(options = {})

def gists(options = {})
  @gists ||= _create_instance Github::Gists, options
end