Class: Hone::Adapters::Base
- Inherits:
-
Object
- Object
- Hone::Adapters::Base
- Defined in:
- lib/hone/adapters/base.rb
Direct Known Subclasses
Instance Method Summary collapse
- #findings ⇒ Object
-
#initialize(file_path) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(file_path) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/hone/adapters/base.rb', line 6 def initialize(file_path) @file_path = file_path end |
Instance Method Details
#findings ⇒ Object
10 11 12 |
# File 'lib/hone/adapters/base.rb', line 10 def findings raise NotImplementedError end |