# File lib/gh/wrapper.rb, line 91
    def self.wraps(klass = nil)
      @wraps = klass if klass
      @wraps ||= Remote
    end