Class/Module Index [+]

Quicksearch

Sequel::Plugins::StringStripper::ClassMethods

Public Instance Methods

skip_string_stripping(*columns) click to toggle source

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
skip_string_stripping?(column) click to toggle source

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.