Class: SorbetProgress::Reporters::Base
- Inherits:
-
Object
- Object
- SorbetProgress::Reporters::Base
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- lib/sorbet_progress/reporters/base.rb
Overview
Abstract
Instance Method Summary collapse
-
#initialize(calculator) ⇒ Base
constructor
A new instance of Base.
- #report ⇒ Object
Constructor Details
#initialize(calculator) ⇒ Base
Returns a new instance of Base.
15 16 17 |
# File 'lib/sorbet_progress/reporters/base.rb', line 15 def initialize(calculator) @calculator = calculator end |
Instance Method Details
#report ⇒ Object
20 21 |
# File 'lib/sorbet_progress/reporters/base.rb', line 20 def report end |