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