Skip to content

Enumerator#first when yielded arrays of 1 element bug. #2376

@headius

Description

@headius

From https://jira.codehaus.org/browse/JRUBY-7108

Enumerator.new{|y| y << [42]}.first # => 42, should be [42]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions