# File lib/bundler/lazy_specification.rb, line 56
    def respond_to?(*args)
      super || @specification.respond_to?(*args)
    end