Class: Rookout::Processor::Paths::Canopy::Char
- Inherits:
-
ObjectMarker
- Object
- Marker
- ObjectMarker
- Rookout::Processor::Paths::Canopy::Char
- Defined in:
- lib/rookout/processor/paths/canopy/markers.rb
Instance Attribute Summary
Attributes inherited from ObjectMarker
Instance Method Summary collapse
-
#initialize(text) ⇒ Char
constructor
A new instance of Char.
Methods inherited from ObjectMarker
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 |