Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.pre1
Assignee: Unassigned
Components: Core Classes/Modules
Created: 14/Jul/12 2:12 AM
Description:

CRuby devs also want to dump $, but it uses $, now.

Ref. http://bugs.ruby-lang.org/issues/5915
```
% ruby187 -e '$,="_"; p [1,2].join(nil)'
"1_2"
% ruby -e '$,="_"; p [1,2].join(nil)'
"1_2"
% jruby -e '$,="_"; p [1,2].join(nil)'
"12"
% rbx -e '$,="_"; p [1,2].join(nil)'
"1_2"
% mruby -e '$,="_"; p [1,2].join(nil)'
"12"
```

Project: JRuby
Priority: Major Major
Reporter: Hiroshi Nakamura
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to