Method: PuppetLint::Configuration#add_option

Defined in:
lib/puppet-lint/configuration.rb

#add_option(option) ⇒ Object

Internal: Add options to the PuppetLint::Configuration object from inside the class.

option - The String name of the option.

Returns nothing.

Signature

<option>
<option>=(value)


73
74
75
# File 'lib/puppet-lint/configuration.rb', line 73

def add_option(option)
  self.class.add_option(option)
end