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/osugiru/config.rb | |
parent | 68d7eb07d88338f28c40a5ba68061a7f4e35f340 (diff) |
feat: rename modules
Diffstat (limited to 'lib/osugiru/config.rb')
-rw-r--r-- | lib/osugiru/config.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/osugiru/config.rb b/lib/osugiru/config.rb new file mode 100644 index 0000000..033d501 --- /dev/null +++ b/lib/osugiru/config.rb @@ -0,0 +1,7 @@ +# frozen_string_literal: true + +module Osugiru + class Config + attr_accessor :database_path + end +end |