aboutsummaryrefslogtreecommitdiff
path: root/lib/some/config.rb
diff options
context:
space:
mode:
authormms <git@sapka.me>2024-11-12 21:26:10 +0100
committermms <git@sapka.me>2024-11-12 21:26:10 +0100
commit955739e2a7be70e6abf7e95710ffe0f4a9c64481 (patch)
treec7b5256cf7fdd58b4785a521183f6776e1a2375e /lib/some/config.rb
parent68d7eb07d88338f28c40a5ba68061a7f4e35f340 (diff)
feat: rename modules
Diffstat (limited to 'lib/some/config.rb')
-rw-r--r--lib/some/config.rb5
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