Class: Rookout::Processor::Paths::Canopy::Bool
- Inherits:
-
ObjectMarker
- Object
- Marker
- ObjectMarker
- Rookout::Processor::Paths::Canopy::Bool
- Defined in:
- lib/rookout/processor/paths/canopy/markers.rb
Instance Attribute Summary
Attributes inherited from ObjectMarker
Instance Method Summary collapse
-
#initialize(text) ⇒ Bool
constructor
A new instance of Bool.
Methods inherited from ObjectMarker
Constructor Details
#initialize(text) ⇒ Bool
Returns a new instance of Bool.
135 136 137 |
# File 'lib/rookout/processor/paths/canopy/markers.rb', line 135 def initialize text super text, %w[true True].include?(text) end |