Sha256: 0953541418cb006c3a366883f7302ad5fa7f8588157495a4fc34493cd09f63ca

Contents?: true

Size: 375 Bytes

Versions: 8

Compression:

Stored size: 375 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

8 entries across 8 versions & 1 rubygems

Version Path
puppet-strings-4.1.3 lib/puppet-strings/yard/parsers.rb
puppet-strings-4.1.2 lib/puppet-strings/yard/parsers.rb
puppet-strings-4.1.1 lib/puppet-strings/yard/parsers.rb
puppet-strings-4.1.0 lib/puppet-strings/yard/parsers.rb
puppet-strings-4.0.0 lib/puppet-strings/yard/parsers.rb
puppet-strings-4.0.0.rc.1 lib/puppet-strings/yard/parsers.rb
puppet-strings-3.0.1 lib/puppet-strings/yard/parsers.rb
puppet-strings-3.0.0 lib/puppet-strings/yard/parsers.rb