class Github::API

def _create_instance(klass)

Other tags:
    Private: -
def _create_instance(klass)
  klass.new(options)
end