class Bundler::RemoteSpecification
def respond_to?(method, include_all = false)
def respond_to?(method, include_all = false) super || _remote_specification.respond_to?(method, include_all) end
def respond_to?(method, include_all = false) super || _remote_specification.respond_to?(method, include_all) end