Method: WordCountAnalyzer::Xhtml#includes_xhtml?

Defined in:
lib/word_count_analyzer/xhtml.rb

#includes_xhtml?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/word_count_analyzer/xhtml.rb', line 10

def includes_xhtml?
  !(string !~ XHTML_REGEX)
end