Class: RDocRuboCop::Lang::C::SourceFile
- Inherits:
-
Base::SourceFile
- Object
- Base::SourceFile
- RDocRuboCop::Lang::C::SourceFile
- Defined in:
- lib/rdoc_rubocop/lang/c/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/c/source_file.rb', line 8 def comment_extractor_class C::CommentExtractor end |