Class: Class

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

Instance Method Summary collapse

Instance Method Details

#common_constructor(*args, &block) ⇒ Object



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

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

#enable_settings_providerObject



7
8
9
# File 'lib/eac_ruby_utils/patches/class/settings_provider.rb', line 7

def enable_settings_provider
  ::EacRubyUtils.patch(self, ::EacRubyUtils::SettingsProvider)
end