Module: ConvenientService::Common::Plugins::HasConstructorWithoutInitialize::Concern Private

Includes:
Support::Concern
Defined in:
lib/convenient_service/common/plugins/has_constructor_without_initialize/concern.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Since:

  • 1.0.0

Class Method Summary collapse

Methods included from Support::Concern

included

Class Method Details

.new_without_initializeObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Object)

Since:

  • 1.0.0



35
36
37
# File 'lib/convenient_service/common/plugins/has_constructor_without_initialize/concern.rb', line 35

def new_without_initialize
  allocate
end