Class: Decanter::Parser::FloatParser

Inherits:
ValueParser show all
Defined in:
lib/decanter/parser/float_parser.rb

Constant Summary collapse

REGEX =
/(\d|[.]|[-])/

Method Summary

Methods inherited from ValueParser

_parse

Methods included from Core

included