Sha256: 710992f4267850085b14e62691ca4477d7f27e5fb57f358aa524efa6dbec8b0e
Contents?: true
Size: 359 Bytes
Versions: 5
Compression:
Stored size: 359 Bytes
Contents
# frozen_string_literal: true require 'honey_format/converters/header_column_converter' require 'honey_format/converters/convert_boolean' require 'honey_format/converters/convert_date_and_time' require 'honey_format/converters/convert_number' require 'honey_format/converters/convert_string' module HoneyFormat # Convert to nil ConvertNil = proc {} end
Version data entries
5 entries across 5 versions & 1 rubygems