smaximov/schemaful

View on GitHub
lib/schemaful/schema/type.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Schemaful
  module Schema
    # This module contains definitions of classes which
    # represent basic value types during validation.
    module Type
    end
  end
end