Method: IsoDoc::WordFunction::Comments#skip_comment_wrap

Defined in:
lib/isodoc/word_function/comments.rb

#skip_comment_wrap(from) ⇒ Object



98
99
100
# File 'lib/isodoc/word_function/comments.rb', line 98

def skip_comment_wrap(from)
  from["style"] != "mso-special-character:comment"
end