| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This reverts commit 5cdcce8dbddd94ecb9503a0a1d47370c4ef97177.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
close #2317
|
|
separate mrb_range_beg_len() into two: the one truncates range into the
sequence size, and the one does not. #values_at uses the latter.
|
|
take-cheeze-values_at
|
|
|
|
Add API `mrb_get_values_at()` to mruby/range.h .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with Ranges (as a[1..-2])
|
|
"spec.author=" expects a String represents a single author.
"spec.authors=" expects an Array which is a list of multiple authors.
http://guides.rubygems.org/specification-reference/
|
|
|
|
|