# File lib/rjb.rb, line 117
    def respond_to?(name, inc_private = false)
      @wrapped.respond_to?(name, inc_private)
    end