Class: Rookout::Processor::Paths::Canopy::FloatNumber
- Inherits:
-
ObjectMarker
- Object
- Marker
- ObjectMarker
- Rookout::Processor::Paths::Canopy::FloatNumber
- Defined in:
- lib/rookout/processor/paths/canopy/markers.rb
Instance Attribute Summary
Attributes inherited from ObjectMarker
Instance Method Summary collapse
-
#initialize(text) ⇒ FloatNumber
constructor
A new instance of FloatNumber.
Methods inherited from ObjectMarker
Constructor Details
#initialize(text) ⇒ FloatNumber
Returns a new instance of FloatNumber.
117 118 119 |
# File 'lib/rookout/processor/paths/canopy/markers.rb', line 117 def initialize text super text, text.to_f end |