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