Class: PuppetStrings::Yard::Handlers::Ruby::FunctionHandler

Inherits:
Base
  • Object
show all
Defined in:
lib/puppet-strings/yard/handlers/ruby/function_handler.rb

Overview

Implements the handler for Puppet functions written in Ruby.

Constant Summary collapse

DISPATCH_METHOD_NAMES =

Represents the list of Puppet 4.x function API methods to support.

%w[
  param
  required_param
  optional_param
  repeated_param
  optional_repeated_param
  required_repeated_param
  block_param
  required_block_param
  optional_block_param
  return_type
].freeze

Constants inherited from Base

Base::HEREDOC_START