class Bundler::Audit::Database
def advisories(&block)
-
(Enumerator)
-
Other tags:
- Yieldparam: advisory -
Other tags:
- Yield: -
def advisories(&block) return enum_for(__method__) unless block_given? each_advisory_path do |path| yield Advisory.load(path) end end