Split the noncolumn values when creating a new object retrieved from the database.
[Source]
# File lib/sequel/plugins/split_values.rb, line 39 39: def call(_) 40: super.split_noncolumn_values 41: end
[Validate]