Class: Iqvoc::InlineDataHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/iqvoc/data_helper.rb

Overview

TODO: Module should have the same name as the file! “Helper” has an other meaning in Rails. I would suggest “InlineData”.

Constant Summary collapse

Joiner =

delimiters for strings representing a list of values

", "
Splitter =
/[,\n] */