class Bundler::LazySpecification

def respond_to?(*args)

def respond_to?(*args)
  super || @specification ? @specification.respond_to?(*args) : nil
end