Sha256: 035e457cbff7fe35f9a11bfb67196a92fbd76ece97547e482c56abf9317dd7ae
Contents?: true
Size: 464 Bytes
Versions: 4
Compression:
Stored size: 464 Bytes
Contents
# frozen_string_literal: true module AnnotateRb module ModelAnnotator module CheckConstraintAnnotation autoload :AnnotationBuilder, "annotate_rb/model_annotator/check_constraint_annotation/annotation_builder" autoload :Annotation, "annotate_rb/model_annotator/check_constraint_annotation/annotation" autoload :CheckConstraintComponent, "annotate_rb/model_annotator/check_constraint_annotation/check_constraint_component" end end end
Version data entries
4 entries across 4 versions & 1 rubygems