diff options
author | mms <git@sapka.me> | 2024-11-12 21:26:10 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-11-12 21:26:10 +0100 |
commit | 955739e2a7be70e6abf7e95710ffe0f4a9c64481 (patch) | |
tree | c7b5256cf7fdd58b4785a521183f6776e1a2375e /lib/some/config.rb | |
parent | 68d7eb07d88338f28c40a5ba68061a7f4e35f340 (diff) |
feat: rename modules
Diffstat (limited to 'lib/some/config.rb')
-rw-r--r-- | lib/some/config.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/some/config.rb b/lib/some/config.rb deleted file mode 100644 index 916db0c..0000000 --- a/lib/some/config.rb +++ /dev/null @@ -1,5 +0,0 @@ -# frozen_string_literal: true - -class Config - attr_accessor :database_path -end |