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

Key: JRUBY-2462
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Major Major
Assignee: Unassigned
Reporter: Daniel Berger
Votes: 0
Watchers: 2
Operations

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

Object.methods(false) is busted

Created: 28/Apr/08 12:05 PM   Updated: 28/Apr/08 12:27 PM
Component/s: Core Classes/Modules
Affects Version/s: JRuby 1.1.1
Fix Version/s: None

Time Tracking:
Not Specified

Environment: Windows XP Pro, Java 1.5, JRuby 1.1.1
Issue Links:
Duplicate
 


 Description  « Hide
MRI:
Dir.methods(false) =>  ["foreach", "mkdir", "chdir", "[]", "chroot", "glob", "pwd", "unlink", "entries", "rmdir", "open", "getwd",
 "delete"]

JRuby 1.1.1

Dir.methods(false) => []

Perhaps this is the same or related to JRUBY-1166.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Vladimir Sizikov - 28/Apr/08 12:15 PM
Yes, we have a couple of bugs filed for this:
JRUBY-2247, JRUBY-1166.

Vladimir Sizikov - 28/Apr/08 12:16 PM
Closing as duplicate.

Vladimir Sizikov - 28/Apr/08 12:27 PM
Also, raised the priority of JRUBY-2247.