Object
# File lib/rdoc_osx_dictionary.rb, line 374 def munge self.gsub(%r&/, '&').gsub(%r>/, '>').gsub(%r</, '<').gsub(%r-/, '-') end