blob: b7418c33182f46399d351fa260af25c17120afde (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|