Method: HTMLProofer::Attribute::Url#external?
- Defined in:
- lib/html_proofer/attribute/url.rb
#external? ⇒ Boolean
path is external to the file
187 188 189 |
# File 'lib/html_proofer/attribute/url.rb', line 187 def external? !internal? end |