From cbe3ad99aa12a3fa0ea7a1f310708fc0e604c661 Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Thu, 11 Apr 2024 02:18:52 -0400 Subject: [PATCH] Adds in-place example command --- Readme.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.adoc b/Readme.adoc index 6c634c5..04d0eb7 100644 --- a/Readme.adoc +++ b/Readme.adoc @@ -25,6 +25,7 @@ gem install namespacer-rb ### Namespacing a file `namespacer MyNamespace my_file.rb` will create a new file `my_file.namespaced.rb` with all top-level classes and modules namespaced under `MyNamespace`. +`namespacer -i MyNamespace my_file.rb` will overwrite the original file with the namespaced version. ## Development