Movatterモバイル変換


[0]ホーム

URL:


HomeClassesMethods

In Files

  • enumerator.c

Parent

Object

Methods

Files

Class/Module Index[+]

Quicksearch
No matching classes.

Enumerator::Yielder

Yielder

Public Instance Methods

to_proc()click to toggle source

Returns aProc object that takes arguments andyields them.

This method is implemented so that aYielderobject can be directly passed to another method as a block argument.

enum =Enumerator.new {|y|Dir.glob("*.rb") {|file|File.open(file) {|f|f.each_line(&y) }  }}
                static VALUEyielder_to_proc(VALUE obj){    VALUE method = rb_obj_method(obj, sym_yield);    return rb_funcall(method, idTo_proc, 0);}

This page was generated for Ruby 3.0.0

Generated with Ruby-doc Rdoc Generator 0.42.0.


[8]ページ先頭

©2009-2025 Movatter.jp