Sha256: bc983986681a26e070dbd001f4c55e29b0675dc60e154d2c6a4456a017d9f4be

Contents?: true

Size: 616 Bytes

Versions: 2

Compression:

Stored size: 616 Bytes

Contents

module AnnotateRb
  module ModelAnnotator
    module Constants
      TRUE_RE = /^(true|t|yes|y|1)$/i.freeze

      ##
      # The set of available options to customize the behavior of Annotate.
      #
      POSITION_OPTIONS = ::AnnotateRb::Options::POSITION_OPTION_KEYS

      FLAG_OPTIONS = ::AnnotateRb::Options::FLAG_OPTION_KEYS

      OTHER_OPTIONS = ::AnnotateRb::Options::OTHER_OPTION_KEYS

      PATH_OPTIONS = ::AnnotateRb::Options::PATH_OPTION_KEYS

      ALL_ANNOTATE_OPTIONS = ::AnnotateRb::Options::ALL_OPTION_KEYS

      SKIP_ANNOTATION_PREFIX = '# -\*- SkipSchemaAnnotations'.freeze
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
annotaterb-4.0.0 lib/annotate_rb/model_annotator/constants.rb
annotaterb-4.0.0.beta.1 lib/annotate_rb/model_annotator/constants.rb