class AdLint::CoreMessageDefinitionFile

Public Class Methods

new(lang_name) click to toggle source
Calls superclass method AdLint::MessageDefinitionFile::new
# File lib/adlint/message.rb, line 423
def initialize(lang_name)
  super("core", lang_name)
end

Private Instance Methods

base_dpath() click to toggle source
# File lib/adlint/message.rb, line 428
def base_dpath
  Pathname.new("mesg.d/core").expand_path(Config[:etcdir])
end