Class: RDocRuboCop::Lang::Ruby::SourceFile

Inherits:
Base::SourceFile show all
Defined in:
lib/rdoc_rubocop/lang/ruby/source_file.rb

Instance Attribute Summary

Attributes inherited from Base::SourceFile

#filename, #source

Instance Method Summary collapse

Methods inherited from Base::SourceFile

build, #comments, #correct, #correct!, #initialize, #source_code_file_paths

Constructor Details

This class inherits a constructor from RDocRuboCop::Lang::Base::SourceFile

Instance Method Details

#comment_extractor_classObject



8
9
10
# File 'lib/rdoc_rubocop/lang/ruby/source_file.rb', line 8

def comment_extractor_class
  CommentExtractor
end

#corrector_classObject



12
13
14
# File 'lib/rdoc_rubocop/lang/ruby/source_file.rb', line 12

def corrector_class
  Corrector
end