Module: Enumerable
- Defined in:
- sig/external.rbs
Overview
Enumerable is modeled as a mixin, so Steep otherwise loses Object methods
after narrowing an arbitrary object with is_a?(Enumerable).
Instance Method Summary collapse
Instance Method Details
#is_a? ⇒ Boolean
46 |
# File 'sig/external.rbs', line 46
def is_a?: (Module) -> bool
|