Method: AdLint::Cpp::UserIncludeLine#initialize

Defined in:
lib/adlint/cpp/syntax.rb

#initialize(keyword, usr_header_name, include_depth) ⇒ UserIncludeLine

Returns a new instance of UserIncludeLine.



329
330
331
# File 'lib/adlint/cpp/syntax.rb', line 329

def initialize(keyword, usr_header_name, include_depth)
  super(keyword, usr_header_name, include_depth)
end