Initial commit
This commit is contained in:
11
lib/clash_deck_generator/types.rb
Normal file
11
lib/clash_deck_generator/types.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "dry/types"
|
||||
|
||||
module ClashDeckGenerator
|
||||
Types = Dry.Types(default: :strict)
|
||||
|
||||
module Types
|
||||
# Define your custom types here
|
||||
end
|
||||
end
|
||||
0
lib/tasks/.keep
Normal file
0
lib/tasks/.keep
Normal file
Reference in New Issue
Block a user