Method: HTMLProofer::Attribute::Url#absolute_path
- Defined in:
- lib/html_proofer/attribute/url.rb
#absolute_path ⇒ Object
152 153 154 155 156 |
# File 'lib/html_proofer/attribute/url.rb', line 152 def absolute_path path = full_path || @filename File.(path, Dir.pwd) end |