Class: Class

Inherits:
Object show all
Defined in:
lib/eac_ruby_utils/patches/class/common_constructor.rb

Instance Method Summary collapse

Instance Method Details

#common_constructor(*args) ⇒ Object



6
7
8
# File 'lib/eac_ruby_utils/patches/class/common_constructor.rb', line 6

def common_constructor(*args)
  ::EacRubyUtils::CommonConstructor.new(*args).setup_class(self)
end