# File lib/puppet/util/settings.rb, line 166
166:     def shortinclude?(short)
167:         short = short.intern if name.is_a? String
168:         @shortnames.include?(short)
169:     end