class Enumerator::Yielder
Public Instance Methods
(untyped arg0) → void
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/core/enumerator.rbs, line 650
def <<: (untyped arg0) -> void
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/core/enumerator.rbs, line 669
def to_proc: () -> Proc
(*untyped arg0) → void
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/core/enumerator.rbs, line 652
def yield: (*untyped arg0) -> void