On Mon, Nov 26, 2012 at 12:45 PM, Artem B. <[email protected]> wrote: > I have wrote my own sort method for array:
Why? > http://pastebin.com/r4rDDs4A > > But now I want to compare my method with core-method, how can I do it? > Where can I find official core-method sort? https://github.com/ruby/ruby/blob/trunk/array.c#LC2289 Cheers robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/ -- You received this message because you are subscribed to the Google Groups ruby-talk-google group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at https://groups.google.com/d/forum/ruby-talk-google?hl=en
