Method: AdLint::EmptySource#initialize
- Defined in:
- lib/adlint/source.rb
#initialize ⇒ EmptySource
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 |