lib/fat_table/column.rb in fat_table-0.8.0 vs lib/fat_table/column.rb in fat_table-0.9.0
- old
+ new
@@ -27,9 +27,11 @@
# conversion to a native Ruby type, such as TrueClass, Date, DateTime,
# Integer, String, etc. Thus, you can perform operations on the items,
# perhaps after removing nils with +.items.compact+.
attr_reader :items
+ attr_accessor :tolerant
+
# Valid Column types as strings.
TYPES = %w[NilClass Boolean DateTime Numeric String].freeze
# :category: Constructors