Sha256: f1be25a00773a026b87ac3ebc900a41c1ef9464cc2d8d7af63fff5cb1a7538ca

Contents?: true

Size: 573 Bytes

Versions: 3

Compression:

Stored size: 573 Bytes

Contents

# encoding: utf-8
# frozen_string_literal: true

require "brandish/processors/all/embed"
require "brandish/processors/all/if"
require "brandish/processors/all/import"
require "brandish/processors/all/literal"
require "brandish/processors/all/verify"

module Brandish
  module Processors
    # Processors designed for use with all formats.  This module does not
    # implement the {Common} processors, since the common processors can be
    # format-dependant.  All processors in this module are defined on the
    # `:all` special format.
    module All
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
brandish-0.1.3 lib/brandish/processors/all.rb
brandish-0.1.2 lib/brandish/processors/all.rb
brandish-0.1.1 lib/brandish/processors/all.rb