class SimplePosts::HTMLwithHighlights

Public Instance Methods

postprocess(document) click to toggle source
# File lib/simple_posts/posts.rb, line 14
def postprocess(document)
  document.gsub(''', "'")
end