lib/commonmarker/constants.rb



# frozen_string_literal: true

module Commonmarker
  module Constants
    BOOLS = [true, false].freeze
  end
end