Method: HTML::Proofer::Checkable#absolute_path
- Defined in:
- lib/html/proofer/checkable.rb
#absolute_path ⇒ Object
118 119 120 121 |
# File 'lib/html/proofer/checkable.rb', line 118 def absolute_path path = file_path || @check.path File. path, Dir.pwd end |