Sha256: 163ed29ce264920200cf685c729c327acee81d2b7de5f6be548aba6c7c14726c

Contents?: true

Size: 610 Bytes

Versions: 4

Compression:

Stored size: 610 Bytes

Contents

# The module for custom YARD handlers.
module PuppetStrings::Yard::Handlers
  # The module for custom Ruby YARD handlers.
  module Ruby
    require 'puppet-strings/yard/handlers/ruby/type_handler'
    require 'puppet-strings/yard/handlers/ruby/provider_handler'
    require 'puppet-strings/yard/handlers/ruby/function_handler'
  end

  # The module for custom Puppet YARD handlers.
  module Puppet
    require 'puppet-strings/yard/handlers/puppet/class_handler'
    require 'puppet-strings/yard/handlers/puppet/defined_type_handler'
    require 'puppet-strings/yard/handlers/puppet/function_handler'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
puppet-strings-1.1.1 lib/puppet-strings/yard/handlers.rb
puppet-strings-1.1.0 lib/puppet-strings/yard/handlers.rb
puppet-strings-1.0.0 lib/puppet-strings/yard/handlers.rb
puppet-strings-0.99.0 lib/puppet-strings/yard/handlers.rb