class HtmlFromPdf::UnrecognizedOption
Public Class Methods
new(option)
click to toggle source
# File lib/html_from_pdf/exceptions.rb, line 9 def initialize(option) @option = option end
Public Instance Methods
message()
click to toggle source
# File lib/html_from_pdf/exceptions.rb, line 13 def message "Unrecognized option: #{@option}" end