# File lib/sprockets/preprocessor.rb, line 54 def pathname_from(source_line) pathname = send(pathname_finder_from(source_line), source_line) raise_load_error_for(source_line) unless pathname pathname end