Class: Rookout::Processor::Paths::Canopy::TextResult

Inherits:
ObjectMarker show all
Defined in:
lib/rookout/processor/paths/canopy/markers.rb

Instance Attribute Summary

Attributes inherited from ObjectMarker

#obj, #text

Instance Method Summary collapse

Methods inherited from ObjectMarker

#to_s

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