[1.9] New Array methods: rotate() and rotate!()
-----------------------------------------------

                 Key: JRUBY-4508
                 URL: http://jira.codehaus.org/browse/JRUBY-4508
             Project: JRuby
          Issue Type: New Feature
          Components: Ruby 1.9
            Reporter: Vladimir Sizikov
            Assignee: Thomas E Enebo


MRI 1.9.2 (rev. 26366) added new Array methods: rotate and rotate!

{quote}
Returns new array by rotating _self_, whose first element is the
element at +cnt+ in _self_.  If +cnt+ is negative then it rotates
in counter direction.
{quote}


-- 
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