Method: AdLint::EmptySource#initialize

Defined in:
lib/adlint/source.rb

#initializeEmptySource

Returns a new instance of EmptySource.



136
137
138
139
# File 'lib/adlint/source.rb', line 136

def initialize
  super(File::NULL, nil, nil)
  @content = "\n"
end