Module: ConvenientService::Common::Plugins::HasConstructor::Concern
- Includes:
- Support::Concern
- Defined in:
- lib/convenient_service/common/plugins/has_constructor/concern.rb
Class Method Summary collapse
-
.new ⇒ Object
Can be any type.
Instance Method Summary collapse
Class Method Details
.new ⇒ Object
Returns Can be any type.
22 23 24 |
# File 'lib/convenient_service/common/plugins/has_constructor/concern.rb', line 22 def new(...) new_without_commit_config(...) end |
Instance Method Details
#initialize ⇒ void
14 15 |
# File 'lib/convenient_service/common/plugins/has_constructor/concern.rb', line 14 def initialize(...) end |