class Bundler::LazySpecification
def materialize(query)
def materialize(query) matching_specs = source.specs.search(query) return self if matching_specs.empty? yield matching_specs end
def materialize(query) matching_specs = source.specs.search(query) return self if matching_specs.empty? yield matching_specs end