# File lib/puppet/util/docs.rb, line 72
72:   def pad(value, length)
73:     value.to_s + (" " * (length - value.to_s.length))
74:   end