# File lib/gitlab.rb, line 29
  def respond_to_missing?(method_name, include_private = false)
    client.respond_to?(method_name) || super
  end