Method: Puppet::Interface::DocGen.strip_whitespace

Defined in:
lib/puppet/interface/documentation.rb

.strip_whitespace(text) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



9
10
11
12
# File 'lib/puppet/interface/documentation.rb', line 9

def self.strip_whitespace(text)
  # I don't want no...
  Puppet::Util::Docs.scrub(text)
end