Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/rdoc_osx_dictionary.rb

Instance Method Summary collapse

Instance Method Details

#mungeObject



377
378
379
# File 'lib/rdoc_osx_dictionary.rb', line 377

def munge
  self.gsub(/&/, '&amp;').gsub(/>/, '&gt;').gsub(/</, '&lt;').gsub(/-/, '&#45;')
end