Methods

Class Index [+]

Quicksearch

Sequel::Plugins::StringStripper::InstanceMethods

Public Instance Methods

[]=(k, v) click to toggle source

Strip value if it is a string, before attempting to assign it to the model’s values.

    # File lib/sequel/plugins/string_stripper.rb, line 20
20:         def []=(k, v)
21:           v.is_a?(String) ? super(k, v.strip) : super
22:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.