Class: Bundler::Audit::Results::Result Abstract
- Inherits:
-
Object
- Object
- Bundler::Audit::Results::Result
- Defined in:
- lib/bundler/audit/results/result.rb
Overview
This class is abstract.
Direct Known Subclasses
Instance Method Summary collapse
- #to_h ⇒ Hash{Symbol => Object} abstract
Instance Method Details
#to_h ⇒ Hash{Symbol => Object}
This method is abstract.
14 15 16 |
# File 'lib/bundler/audit/results/result.rb', line 14 def to_h raise(NotImplementedError,"#{self.class}#to_h not implemented!") end |