Class: StyleScanner::SentenceScans::ExcessWhiteSpace
- Defined in:
- lib/style_scanner/sentence_scans/excess_white_space.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from StyleScanner::SentenceScans::Base
Instance Method Details
#scan ⇒ Object
5 6 7 8 9 |
# File 'lib/style_scanner/sentence_scans/excess_white_space.rb', line 5 def scan white_space_problems.each do |problem| create_problem(problem.post_match) end end |