class Bundler::Audit::Results::Result
@abstract
Public Instance Methods
to_h()
click to toggle source
@return [Hash{Symbol => Object}]
@abstract
# File lib/bundler/audit/results/result.rb, line 14 def to_h raise(NotImplementedError,"#{self.class}#to_h not implemented!") end