Files
adamantium/lib/adamantium/types.rb
2023-01-27 22:55:09 +11:00

12 lines
152 B
Ruby

# frozen_string_literal: true
require "dry/types"
module Adamantium
Types = Dry.Types
module Types
# Define your custom types here
end
end