[Ironruby-core] Pull request #39 - Range :cover?, :max, :min and updated rubyspec 'core/range'

2011-08-14 Thread Enrico Sada
Updated rubyspec 'core/range' to latest version Implemented: - Range#cover? - Range#min - Range#max refactored Range#each and Range#step for share same code for iterate range values. Code style should be ok now. Anyway Range#step with Float argument and integer range, ex (1..5).step(1.4).to_a

Re: [Ironruby-core] Sync rubyspec

2011-08-14 Thread Enrico Sada
and core/range \core        array        b* range \language        * \library        bigdecimal        net        zlib On Sun, Aug 14, 2011 at 10:46 PM, Tomas Matousek wrote: > And bigdecimal :) > > \core >        array >        b* > > \language >        * > > \library >    

Re: [Ironruby-core] Sync rubyspec

2011-08-14 Thread Tomas Matousek
And bigdecimal :) \core array b* \language * \library bigdecimal net zlib -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Tomas Matousek Sent: Sunday, August 14, 2011

Re: [Ironruby-core] Sync rubyspec

2011-08-14 Thread Tomas Matousek
Merged into main. I've updated some as well. The following specs are up to date: \core array b* \language * \library net zlib Tomas -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Beh

Re: [Ironruby-core] Pull request #31 - fix workitem 6345, implemented IO#binread

2011-08-14 Thread Tomas Matousek
Regex should be fixed now. -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Tomas Matousek Sent: Sunday, August 07, 2011 9:33 PM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Pull request #31 - fix workit