class CTioga2::MetaBuilder::Types::LevelType
Public Instance Methods
string_to_type_internal(str)
click to toggle source
@todo This should be modified eventually to mirror the DataPoint, but for now, no.
# File lib/ctioga2/metabuilder/types/data.rb, line 41 def string_to_type_internal(str) return [str.to_f, PlotMaker.plotmaker.data_stack.last] end