Method: Sequel::Plugins::LazyAttributes::ClassMethods#freeze

Defined in:
lib/sequel/plugins/lazy_attributes.rb

#freezeObject

Freeze lazy attributes module when freezing model class.



42
43
44
45
46
# File 'lib/sequel/plugins/lazy_attributes.rb', line 42

def freeze
  @lazy_attributes_module.freeze if @lazy_attributes_module

  super
end