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