Class: Decanter::Parser::IntegerParser

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

Constant Summary collapse

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

Method Summary

Methods inherited from ValueParser

_parse

Methods included from Core

included