class AdLint::UnterminatedCommentError

Public Class Methods

new(loc, msg_fpath, log_fpath) click to toggle source
Calls superclass method AdLint::Error::new
# File lib/adlint/error.rb, line 161
def initialize(loc, msg_fpath, log_fpath)
  super("unterminated comment block found.", loc, msg_fpath, log_fpath)
end