Class: PageViewer::HTMLwithHighlights

Inherits:
Redcarpet::Render::HTML
  • Object
show all
Includes:
Rouge::Plugins::Redcarpet
Defined in:
lib/page_viewer.rb

Instance Method Summary collapse

Instance Method Details

#postprocess(document) ⇒ Object



13
14
15
# File 'lib/page_viewer.rb', line 13

def postprocess(document)
  document.gsub(''', "'")
end