Method: HTML::Proofer::Checkable#absolute_path

Defined in:
lib/html/proofer/checkable.rb

#absolute_pathObject



118
119
120
121
# File 'lib/html/proofer/checkable.rb', line 118

def absolute_path
  path = file_path || @check.path
  File.expand_path path, Dir.pwd
end