class CTioga2::MetaBuilder::Types::DataPointType
Public Instance Methods
string_to_type_internal(str)
click to toggle source
# File lib/ctioga2/metabuilder/types/data.rb, line 30 def string_to_type_internal(str) return Data::DataPoint.from_text(PlotMaker.plotmaker,str) end