Class: AdLint::SystemHeader

Inherits:
Source
  • Object
show all
Defined in:
lib/adlint/source.rb

Instance Attribute Summary

Attributes inherited from Source

#fpath, #included_at

Instance Method Summary collapse

Methods inherited from Source

#analysis_target?, #initialize, #open, #to_s, #user_header?

Methods included from Pluggable

#def_plugin

Constructor Details

This class inherits a constructor from AdLint::Source

Instance Method Details

#system_header?Boolean

Returns:

  • (Boolean)


149
150
151
# File 'lib/adlint/source.rb', line 149

def system_header?
  true
end