Class: Rookout::Processor::Paths::Canopy::TextResult
- Inherits:
-
ObjectMarker
- Object
- Marker
- ObjectMarker
- Rookout::Processor::Paths::Canopy::TextResult
- Defined in:
- lib/rookout/processor/paths/canopy/markers.rb
Instance Attribute Summary
Attributes inherited from ObjectMarker
Instance Method Summary collapse
-
#initialize(text) ⇒ TextResult
constructor
A new instance of TextResult.
Methods inherited from ObjectMarker
Constructor Details
#initialize(text) ⇒ TextResult
Returns a new instance of TextResult.
105 106 107 |
# File 'lib/rookout/processor/paths/canopy/markers.rb', line 105 def initialize text super text, text end |