module Gitlab
def self.method_missing(method, *args, &block)
def self.method_missing(method, *args, &block) return super unless client.respond_to?(method) client.send(method, *args, &block) end
def self.method_missing(method, *args, &block) return super unless client.respond_to?(method) client.send(method, *args, &block) end