Class: Rookout::Processor::Paths::Canopy::Char

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

Returns a new instance of Char.



129
130
131
# File 'lib/rookout/processor/paths/canopy/markers.rb', line 129

def initialize text
  super "'@{text}'", text
end