Method: WordCountAnalyzer::Xhtml#replace

Defined in:
lib/word_count_analyzer/xhtml.rb

#replaceObject



14
15
16
# File 'lib/word_count_analyzer/xhtml.rb', line 14

def replace
  string.gsub(XHTML_REGEX, ' ')
end