class Github::Client

def search(options={}, &block)

def search(options={}, &block)
  @search ||= ApiFactory.new('Search', current_options.merge(options), &block)
end