diff options
Diffstat (limited to 'lib/dispatch/tool/files.rb')
| -rw-r--r-- | lib/dispatch/tool/files.rb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/dispatch/tool/files.rb b/lib/dispatch/tool/files.rb new file mode 100644 index 0000000..b7418c3 --- /dev/null +++ b/lib/dispatch/tool/files.rb @@ -0,0 +1,12 @@ +# frozen_string_literal: true + +require_relative "files/version" + +module Dispatch + module Tool + module Files + class Error < StandardError; end + # Your code goes here... + end + end +end |
