Class: Rookout::Processor::Paths::Canopy::Text

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) ⇒ Text

Returns a new instance of Text.



99
100
101
# File 'lib/rookout/processor/paths/canopy/markers.rb', line 99

def initialize text
  super text, text
end