Class: AnIgnoredFile

Inherits:
Object
  • Object
show all
Defined in:
ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/should_be_ignored/an_ignored_file.rb

Instance Method Summary collapse

Constructor Details

#initializeAnIgnoredFile

Returns a new instance of AnIgnoredFile.



4
5
6
# File 'ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/should_be_ignored/an_ignored_file.rb', line 4

def initialize
  @name = "AnIgnoredFile"
end