From f7539d5758ee5c83e6ec7792b100e830180896fd Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 9 May 2022 07:10:45 +0900 Subject: [PATCH] [ruby/getoptlong] ruby/ruby used sample, not examples https://github.com/ruby/getoptlong/commit/39faa7b390 --- {examples => sample}/getoptlong/abbrev.rb | 0 {examples => sample}/getoptlong/aliases.rb | 0 {examples => sample}/getoptlong/argv.rb | 0 {examples => sample}/getoptlong/each.rb | 0 {examples => sample}/getoptlong/fibonacci.rb | 0 {examples => sample}/getoptlong/permute.rb | 0 {examples => sample}/getoptlong/require_order.rb | 0 {examples => sample}/getoptlong/return_in_order.rb | 0 {examples => sample}/getoptlong/simple.rb | 0 {examples => sample}/getoptlong/types.rb | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {examples => sample}/getoptlong/abbrev.rb (100%) rename {examples => sample}/getoptlong/aliases.rb (100%) rename {examples => sample}/getoptlong/argv.rb (100%) rename {examples => sample}/getoptlong/each.rb (100%) rename {examples => sample}/getoptlong/fibonacci.rb (100%) rename {examples => sample}/getoptlong/permute.rb (100%) rename {examples => sample}/getoptlong/require_order.rb (100%) rename {examples => sample}/getoptlong/return_in_order.rb (100%) rename {examples => sample}/getoptlong/simple.rb (100%) rename {examples => sample}/getoptlong/types.rb (100%) diff --git a/examples/getoptlong/abbrev.rb b/sample/getoptlong/abbrev.rb similarity index 100% rename from examples/getoptlong/abbrev.rb rename to sample/getoptlong/abbrev.rb diff --git a/examples/getoptlong/aliases.rb b/sample/getoptlong/aliases.rb similarity index 100% rename from examples/getoptlong/aliases.rb rename to sample/getoptlong/aliases.rb diff --git a/examples/getoptlong/argv.rb b/sample/getoptlong/argv.rb similarity index 100% rename from examples/getoptlong/argv.rb rename to sample/getoptlong/argv.rb diff --git a/examples/getoptlong/each.rb b/sample/getoptlong/each.rb similarity index 100% rename from examples/getoptlong/each.rb rename to sample/getoptlong/each.rb diff --git a/examples/getoptlong/fibonacci.rb b/sample/getoptlong/fibonacci.rb similarity index 100% rename from examples/getoptlong/fibonacci.rb rename to sample/getoptlong/fibonacci.rb diff --git a/examples/getoptlong/permute.rb b/sample/getoptlong/permute.rb similarity index 100% rename from examples/getoptlong/permute.rb rename to sample/getoptlong/permute.rb diff --git a/examples/getoptlong/require_order.rb b/sample/getoptlong/require_order.rb similarity index 100% rename from examples/getoptlong/require_order.rb rename to sample/getoptlong/require_order.rb diff --git a/examples/getoptlong/return_in_order.rb b/sample/getoptlong/return_in_order.rb similarity index 100% rename from examples/getoptlong/return_in_order.rb rename to sample/getoptlong/return_in_order.rb diff --git a/examples/getoptlong/simple.rb b/sample/getoptlong/simple.rb similarity index 100% rename from examples/getoptlong/simple.rb rename to sample/getoptlong/simple.rb diff --git a/examples/getoptlong/types.rb b/sample/getoptlong/types.rb similarity index 100% rename from examples/getoptlong/types.rb rename to sample/getoptlong/types.rb