class ExceptionallyBeautiful::HtmlRenderer

Public Class Methods

new(options = {}) click to toggle source
Calls superclass method
# File lib/exceptionally_beautiful/html_renderer.rb, line 5
def initialize(options = {})
  super options.merge(:hard_wrap => true, :filter_html => true)
end