Module: ConvenientService::Utils::Method::Name Private
- Defined in:
- lib/convenient_service/utils/method/name.rb,
lib/convenient_service/utils/method/name/append.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.
Defined Under Namespace
Classes: Append
Class Method Summary collapse
- .append ⇒ Object private
Class Method Details
.append ⇒ 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.
15 16 17 |
# File 'lib/convenient_service/utils/method/name.rb', line 15 def append(...) Append.call(...) end |