Method: ReVIEW::HTMLUtils#escape_comment
- Defined in:
- lib/review/htmlutils.rb
#escape_comment(str) ⇒ Object
36 37 38 |
# File 'lib/review/htmlutils.rb', line 36 def escape_comment(str) str.gsub('-', '-') end |
36 37 38 |
# File 'lib/review/htmlutils.rb', line 36 def escape_comment(str) str.gsub('-', '-') end |