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