Class: RDocRuboCop::Lang::Ruby::SourceFile
- Inherits:
-
Base::SourceFile
- Object
- Base::SourceFile
- RDocRuboCop::Lang::Ruby::SourceFile
- Defined in:
- lib/rdoc_rubocop/lang/ruby/source_file.rb
Instance Attribute Summary
Attributes inherited from Base::SourceFile
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_class ⇒ Object
8 9 10 |
# File 'lib/rdoc_rubocop/lang/ruby/source_file.rb', line 8 def comment_extractor_class CommentExtractor end |
#corrector_class ⇒ Object
12 13 14 |
# File 'lib/rdoc_rubocop/lang/ruby/source_file.rb', line 12 def corrector_class Corrector end |