Methods

Class/Module Index [+]

Quicksearch

Sequel::Plugins::ActiveModel::Errors

ActiveModel compliant error class

Public Instance Methods

[](k) click to toggle source

Add autovivification so that #[] always returns an array.

# File lib/sequel/plugins/active_model.rb, line 22
def [](k)
  fetch(k){self[k] = []}
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.