Sha256: 17110496c95d45595b7d109df11176e26954dcef3ba070c37878b35f5593e98a

Contents?: true

Size: 374 Bytes

Versions: 4

Compression:

Stored size: 374 Bytes

Contents

# frozen_string_literal: true

# The module for custom YARD parsers.
module PuppetStrings::Yard::Parsers
  # The module for custom YARD parsers for JSON.
  module JSON
    require 'puppet-strings/yard/parsers/json/parser'
  end
  # The module for custom YARD parsers for the Puppet language.
  module Puppet
    require 'puppet-strings/yard/parsers/puppet/parser'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
puppet-strings-2.9.0 lib/puppet-strings/yard/parsers.rb
puppet-strings-2.8.0 lib/puppet-strings/yard/parsers.rb
puppet-strings-2.7.0 lib/puppet-strings/yard/parsers.rb
puppet-strings-2.6.0 lib/puppet-strings/yard/parsers.rb