View Single Post
Unread 12-26-2013, 02:29 AM
sl4shd0t
Posts: n/a
  #1  
Default Ruby 2.1.0 Released

Today marks the release of Ruby version 2.1.0. A brief list of changes since 2.0.0 has been posted, and file downloads are available. Here are some of the changes: Now the default values of keyword arguments can be omitted. Those 'required keyword arguments" need giving explicitly at the call time.Added suffixes for integer and float literals: 'r', 'i', and 'ri'.def-expr now returns the symbol of its name instead of nil.rb_profile_frames() added. Provides low-cost access to the current ruby stack for callstack profiling. introduced the generational GC a.k.a RGenGC (PDF).

Read more of this story at Slashdot.









More...
Reply With Quote