History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRUBY-1830
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Thomas E Enebo
Reporter: Thomas E Enebo
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JRuby

Dir.open(..) with block should return last value/returned value of block

Created: 29/Dec/07 04:08 AM   Updated: 23/Apr/08 10:03 AM
Component/s: None
Affects Version/s: JRuby 1.1b1
Fix Version/s: JRuby 1.1RC1

Time Tracking:
Not Specified


 Description  « Hide
Simple example from Rubinius spec
      Dir.open(DirSpecs.mock_dir) {|dir| dir.class}.should == Dir


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Thomas E Enebo - 29/Dec/07 04:15 AM
resolved in commit 5411 on trunk