summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authordearblue <[email protected]>2021-12-12 21:28:03 +0900
committerdearblue <[email protected]>2021-12-12 21:28:03 +0900
commit586525f99a982502bda6b0540ae5e1f7ac322168 (patch)
treed059090fb93efd530c2e6e6eb319888c5e43986a /doc
parent7349902d5bfff7aef08d6f069707b12cc07e0071 (diff)
downloadmruby-586525f99a982502bda6b0540ae5e1f7ac322168.tar.gz
mruby-586525f99a982502bda6b0540ae5e1f7ac322168.zip
Add `Array#{repeated_combination,repeated_permutation}` methods
Ruby 1.9.2 feature. ref: https://docs.ruby-lang.org/ja/3.1.0/method/Array/i/repeated_combination.html ref: https://docs.ruby-lang.org/ja/3.1.0/method/Array/i/repeated_permutation.html
Diffstat (limited to 'doc')
-rw-r--r--doc/mruby3.1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/mruby3.1.md b/doc/mruby3.1.md
index abe2946d1..0c9ba8108 100644
--- a/doc/mruby3.1.md
+++ b/doc/mruby3.1.md
@@ -37,6 +37,8 @@ Keyword arguments are basically separated from ordinal arguments
## New Methods
* `Array#product`
+* `Array#repeated_combination`
+* `Array#repeated_permutation`
* `Random.bytes`
* `Random#bytes`