Method: WordCountAnalyzer::Xhtml#replace
- Defined in:
- lib/word_count_analyzer/xhtml.rb
#replace ⇒ Object
14 15 16 |
# File 'lib/word_count_analyzer/xhtml.rb', line 14 def replace string.gsub(XHTML_REGEX, ' ') end |
14 15 16 |
# File 'lib/word_count_analyzer/xhtml.rb', line 14 def replace string.gsub(XHTML_REGEX, ' ') end |