# File lib/puppet/util/checksums.rb, line 11
11:   def checksum?(string)
12:     string =~ /^\{(\w{3,5})\}\S+/
13:   end