class HtmlConditionalComment::TokenError

Public Class Methods

new(rest) click to toggle source
Calls superclass method
# File lib/html-conditional-comment/lexer.rb, line 5
def initialize(rest)
  super("Invalid token \"#{rest.to_s.slice(0, 25)}\"")
end