Class: IronBank::CSV
- Inherits:
-
CSV
- Object
- CSV
- IronBank::CSV
- Defined in:
- lib/iron_bank/csv.rb
Overview
A custom CSV converter
Constant Summary collapse
- DECIMAL_INTEGER_REGEX =
/^[+-]?\d+$/.freeze
- DECIMAL_FLOAT_REGEX =
/^[+-]?(?:\d*\.|\.\d*)\d*$/.freeze