Method: HTMLProofer::Attribute::Url#remote?
- Defined in:
- lib/html_proofer/attribute/url.rb
#remote? ⇒ Boolean
90 91 92 |
# File 'lib/html_proofer/attribute/url.rb', line 90 def remote? REMOTE_SCHEMES.include?(scheme) end |
90 91 92 |
# File 'lib/html_proofer/attribute/url.rb', line 90 def remote? REMOTE_SCHEMES.include?(scheme) end |