New 1.9 Enumerator methods
--------------------------

                 Key: JRUBY-3380
                 URL: http://jira.codehaus.org/browse/JRUBY-3380
             Project: JRuby
          Issue Type: Task
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.1.6
         Environment: jruby --1.9
            Reporter: David Minor
             Fix For: JRuby 1.2


There are some new methods in Enumerator in ruby 1.9 which don't yet exist in 
JRuby 1.9 support, such as {{with_index}}
 
bq. {code}
C:\>jruby --1.9
[].each.with_index
^D
-:1: undefined method `with_index' for #<Enumerator:0x9b2a51> (NoMethodError)
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
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