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