Method: HTMLProofer::Attribute::Url#absolute_path

Defined in:
lib/html_proofer/attribute/url.rb

#absolute_pathObject



152
153
154
155
156
# File 'lib/html_proofer/attribute/url.rb', line 152

def absolute_path
  path = full_path || @filename

  File.expand_path(path, Dir.pwd)
end