Add Indexable#find and #find!#15552
Conversation
|
This failure: is because it is now calling
instead of the existing
|
|
With 2 integers as positional parameters, it feels hard to read...I'm wondering if offset should be a forced keyword arg. |
|
@Fryguy There's just one: |
|
re-ordered the parameters |
|
Are there any other suggestions to this PR? |
|
Couple of questions on the rest of the process for PR check in:
Thanks! |
I don't think so, since these failures are unrelated to this PR.
Merging is a manual process. Mind you, only approvals from the team members are counted towards the required number (and I'm not part of the Core Team).
Documentation is auto-generated based on the public API docs, so there's nothing more to do (as you've already documented the newly added methods). |
Indexable#find and #find!
Added implementation and tests for
findandfind!in Indexable, as discussed in this issue: #14642