lib/dotfiled.rb in dotfiled-0.1.0 vs lib/dotfiled.rb in dotfiled-0.2.0
- old
+ new
@@ -1,8 +1,10 @@
# frozen_string_literal: true
+require "pathname"
+require "fileutils"
require_relative "dotfiled/version"
+require_relative "dotfiled/alternative_file/file"
+require_relative "dotfiled/alternative_file/finder"
module Dotfiled
- class Error < StandardError; end
- # Your code goes here...
end