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.
Class Method Summary collapse
- .new_without_initialize ⇒ Object private
Methods included from Support::Concern
Class Method Details
.new_without_initialize ⇒ Object
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.
35 36 37 |
# File 'lib/convenient_service/common/plugins/has_constructor_without_initialize/concern.rb', line 35 def new_without_initialize allocate end |