Commit 0ba6784

mo khan <mo@mokhan.ca>
2026-01-20 20:33:52
refactor: remove Plugins.init
1 parent 67c5a22
Changed files (1)
lib
lib/elelem/plugins.rb
@@ -8,10 +8,6 @@ module Elelem
       ".elelem/plugins"
     ].freeze
 
-    def self.init
-      FileUtils.mkdir_p(File.expand_path(LOAD_PATHS.last))
-    end
-
     def self.setup!(toolbox)
       LOAD_PATHS.each do |path|
         dir = File.expand_path(path)