From 8bf3b599030a94d198c5330a23f16663946ce621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20G=C3=B6r?= Date: Fri, 3 May 2024 23:58:52 +0300 Subject: [PATCH] Changed file names as _ underscored one --- ChangeLog | 4 ++++ hello-world-two-strings.rb => hello_world_two_strings.rb | 0 ...o-strings-newline.rb => hello_world_two_strings_newline.rb | 0 puts-example.rb => puts_example.rb | 0 4 files changed, 4 insertions(+) rename hello-world-two-strings.rb => hello_world_two_strings.rb (100%) rename hello-world-two-strings-newline.rb => hello_world_two_strings_newline.rb (100%) rename puts-example.rb => puts_example.rb (100%) diff --git a/ChangeLog b/ChangeLog index 993f94a..1518bad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-05-03 Mert Gör + + * Changed the file names with _ underscore one + 2024-04-30 Mert Gör * puts-example.rb: puts example printing string and calculating 4-1 diff --git a/hello-world-two-strings.rb b/hello_world_two_strings.rb similarity index 100% rename from hello-world-two-strings.rb rename to hello_world_two_strings.rb diff --git a/hello-world-two-strings-newline.rb b/hello_world_two_strings_newline.rb similarity index 100% rename from hello-world-two-strings-newline.rb rename to hello_world_two_strings_newline.rb diff --git a/puts-example.rb b/puts_example.rb similarity index 100% rename from puts-example.rb rename to puts_example.rb