diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-05-09 07:10:45 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-05-09 07:13:55 +0900 |
commit | f7539d5758ee5c83e6ec7792b100e830180896fd () | |
tree | 748d9b2657b62b70e3f9865a493734275d272c33 /sample | |
parent | 98e3fdb44458615a1376cc60ea0909d07a6c2e4a (diff) |
[ruby/getoptlong] ruby/ruby used sample, not examples
https://.com/ruby/getoptlong/commit/39faa7b390
-rw-r--r-- | sample/getoptlong/abbrev.rb | 9 | ||||
-rw-r--r-- | sample/getoptlong/aliases.rb | 8 | ||||
-rw-r--r-- | sample/getoptlong/argv.rb | 12 | ||||
-rw-r--r-- | sample/getoptlong/each.rb | 12 | ||||
-rw-r--r-- | sample/getoptlong/fibonacci.rb | 62 | ||||
-rw-r--r-- | sample/getoptlong/permute.rb | 12 | ||||
-rw-r--r-- | sample/getoptlong/require_order.rb | 13 | ||||
-rw-r--r-- | sample/getoptlong/return_in_order.rb | 13 | ||||
-rw-r--r-- | sample/getoptlong/simple.rb | 7 | ||||
-rw-r--r-- | sample/getoptlong/types.rb | 10 |
10 files changed, 158 insertions, 0 deletions
@@ -0,0 +1,9 @@ @@ -0,0 +1,8 @@ @@ -0,0 +1,12 @@ @@ -0,0 +1,12 @@ @@ -0,0 +1,62 @@ @@ -0,0 +1,12 @@ @@ -0,0 +1,13 @@ @@ -0,0 +1,13 @@ @@ -0,0 +1,7 @@ @@ -0,0 +1,10 @@ |