Class: Class

Inherits:
Object show all
Defined in:
lib/active_form/core_extensions.rb

Instance Method Summary collapse

Instance Method Details

#inheritable_set(*syms) ⇒ Object



18
19
20
21
# File 'lib/active_form/core_extensions.rb', line 18

def inheritable_set(*syms)
  class_inheritable_accessor(*syms)
  syms.each { |sym| self.send("#{sym}=", Set.new) }  
end