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