Class: AdLint::UserHeader

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, #system_header?, #to_s

Methods included from Pluggable

#def_plugin

Constructor Details

This class inherits a constructor from AdLint::Source

Instance Method Details

#user_header?Boolean

Returns:

  • (Boolean)


143
144
145
# File 'lib/adlint/source.rb', line 143

def user_header?
  true
end