Class: TraceLocation::Generator::Base
- Inherits:
-
Object
- Object
- TraceLocation::Generator::Base
- Defined in:
- lib/trace_location/generator/base.rb
Overview
:nodoc:
Instance Method Summary collapse
- #generate ⇒ Object
-
#initialize(events, return_value, options) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(events, return_value, options) ⇒ Base
Returns a new instance of Base.
6 7 8 9 10 |
# File 'lib/trace_location/generator/base.rb', line 6 def initialize(events, return_value, ) @events = events @return_value = return_value @options = end |
Instance Method Details
#generate ⇒ Object
12 13 14 |
# File 'lib/trace_location/generator/base.rb', line 12 def generate raise NotImplementedError end |