Module: ConvenientService::Service::Plugins::HasJSendResultShortSyntax::Concern Private
- Includes:
- ConvenientService::Support::Concern
- Defined in:
- lib/convenient_service/service/plugins/has_j_send_result_short_syntax/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
- .[] ⇒ Object private
Methods included from ConvenientService::Support::Concern
Class Method Details
.[] ⇒ 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.
27 28 29 |
# File 'lib/convenient_service/service/plugins/has_j_send_result_short_syntax/concern.rb', line 27 def [](...) result(...) end |