Methods

Class Index [+]

Quicksearch

Sequel::Plugins::ForceEncoding::ClassMethods

Attributes

forced_encoding[RW]

The string encoding to force on a column string values

Public Instance Methods

inherited(subclass) click to toggle source

Copy the forced_encoding value into the subclass

    # File lib/sequel/plugins/force_encoding.rb, line 36
36:         def inherited(subclass)
37:           super
38:           subclass.forced_encoding = forced_encoding
39:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.