Project

General

Profile

« Previous | Next » 

Revision c2d3b8df

Added by Akinori MUSHA over 6 years ago

Implement Enumerator::Yielder#to_proc

A Yielder object can now 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) }
  }
}

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e