Skip stripping for the given columns.
# File lib/sequel/plugins/string_stripper.rb, line 36 def skip_string_stripping(*columns) skip_input_transformer(:string_stripper, *columns) end
Return true if the column should not have values stripped.
# File lib/sequel/plugins/string_stripper.rb, line 41 def skip_string_stripping?(column) skip_input_transformer?(:string_stripper, column) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.