# File lib/delegate.rb, line 168
  def respond_to?(m)
    return true if super
    return self.__getobj__.respond_to?(m)
  end