Method: HTMLProofer::Attribute::Url#path
- Defined in:
- lib/html_proofer/attribute/url.rb
#path ⇒ Object
73 74 75 |
# File 'lib/html_proofer/attribute/url.rb', line 73 def path Addressable::URI.unencode(parts.path) unless parts.nil? end |