Method: HTMLProofer::Check::Images#terrible_filename?
- Defined in:
- lib/html_proofer/check/images.rb
#terrible_filename? ⇒ Boolean
104 105 106 |
# File 'lib/html_proofer/check/images.rb', line 104 def terrible_filename? @img.url.to_s =~ SCREEN_SHOT_REGEX end |