rbs
rbs copied to clipboard
[Enumerable] Update include? to accept untyped
This PR updates Enumerable#include? (and member?) to accept untyped instead of Elem
Duplicate of #2273
Could #1875 help with the uncertainty?
def include?: (Elem sample) -> bool
& (untyped object) -> false