|
NAMEText::Xslate::Type::Raw - The raw string representationDESCRIPTIONThis class represents raw strings so that Xslate does not escape them.Note that you cannot extend this class. METHODSnewcreate a new instanceas_stringthis method is overload to string.print Text::Xslate::Type::Raw->new('raw_string')->as_string print Text::Xslate::Type::Raw->new('raw_string') # the same, because of overload
Visit the GSP FreeBSD Man Page Interface. |