| Age | Commit message (Collapse) | Author |
|
|
|
add String#oct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement String#hex
|
|
Use size_t instead of int
|
|
|
|
|
|
|
|
|
|
Use mrb_int instead of int
|
|
|
|
|
|
Enumerable#find_index
|
|
|
|
|
|
|
|
|
|
|
|
* add multi value support
* `each` method may not rewind the sequence so that `cycle` should save elements
|
|
Add Enumerable#cycle
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Hash#{select,select!} support return Enumerator
|
|
|
|
|
|
|
|
|
|
|
|
Add Enumerable#minmax
|
|
if non block given
|
|
|
|
|
|
use the same error message
|
|
|
|
|
|
|