class Bundler::Audit::Report

def each_advisory

Returns:
  • (Enumerator) -

Other tags:
    Yieldparam: advisory -

Other tags:
    Yield: -
def each_advisory
  return enum_for(__method__) unless block_given?
  @unpatched_gems.each { |result| yield result.advisory }
end