Class: RequireProfiler::Plugins::Base
- Inherits:
-
Object
- Object
- RequireProfiler::Plugins::Base
- Defined in:
- lib/require_profiler/plugins.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#reporter ⇒ Object
readonly
Returns the value of attribute reporter.
Instance Method Summary collapse
-
#initialize(reporter) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(reporter) ⇒ Base
Returns a new instance of Base.
15 16 17 |
# File 'lib/require_profiler/plugins.rb', line 15 def initialize(reporter) @reporter = reporter end |
Instance Attribute Details
#reporter ⇒ Object (readonly)
Returns the value of attribute reporter.
13 14 15 |
# File 'lib/require_profiler/plugins.rb', line 13 def reporter @reporter end |