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 MRI => [1.0, 2.4, 3.8] ironruby => [1, 2, 3, 4, 5] (coerced to int) Also (1..2).step(0.4) is not working: MRI => [1.0, 1.4, 1.8] ironruby => exception argument can't be zero I added a pull request for rubyspec/rubyspec, so next time :D Also, is ok if a add a Resharper 5.1 a code style sharing file? is shared per solution (Solution/Ruby.sln) so will be easier to everyone check (and reformat code) ironruby code style.
on 2011-08-15 01:57
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.