# File lib/puppet/util/reference.rb, line 138
138:     def option(name, value)
139:         ":%s: %s\n" % [name.to_s.capitalize, value]
140:     end