class Class

Public Instance Methods

common_constructor(*args, &block) click to toggle source
# 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_provider() click to toggle source
# File lib/eac_ruby_utils/patches/class/settings_provider.rb, line 7
def enable_settings_provider
  ::EacRubyUtils.patch(self, ::EacRubyUtils::SettingsProvider)
end