Module: ConvenientService::Utils::Enumerable Private
- Defined in:
- lib/convenient_service/utils/enumerable.rb,
lib/convenient_service/utils/enumerable/find_last.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: FindLast
Class Method Summary collapse
- .find_last ⇒ Object private
Class Method Details
.find_last ⇒ 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.
14 15 16 |
# File 'lib/convenient_service/utils/enumerable.rb', line 14 def find_last(...) FindLast.call(...) end |