class HtmlConditionalComment::ParseError

Public Class Methods

new(msg, example) click to toggle source
Calls superclass method
# File lib/html-conditional-comment/parser.rb, line 3
def initialize(msg, example)
  super("#{msg} at \"#{example.to_s.slice(0, 25)}\"")
end