Method: Lookbook::Error#file_path
- Defined in:
- lib/lookbook/support/errors/error.rb
#file_path ⇒ Object
31 32 33 34 35 |
# File 'lib/lookbook/support/errors/error.rb', line 31 def file_path return @file_path.to_s if @file_path.present? parsed_backtrace[0][0] if parsed_backtrace.any? end |