# File lib/puppet/util/reference.rb, line 157 157: def strip_trac(text) 158: text.gsub(/`\w+\s+([^`]+)`:trac:/) { |m| $1 } 159: end