Class: Reading::Parsing::Rows::Regular::Rating

Inherits:
Column show all
Defined in:
lib/reading/parsing/rows/regular_columns/rating.rb

Overview

Constant Summary

Constants inherited from Column

Column::SHARED_REGEXES

Class Method Summary collapse

Methods inherited from Column

column_name, flatten_into_arrays, regexes_before_formats, segment_group_separator, segment_separator, split_by_format?, split_by_segment?, split_by_segment_group?, to_sym, tweaks

Class Method Details

.regexes(segment_index) ⇒ Object



7
8
9
10
# File 'lib/reading/parsing/rows/regular_columns/rating.rb', line 7

def self.regexes(segment_index)
  # integer or float
  [/\A(?<number>\d+\.?\d*)?\z/]
end