# File lib/compass/exec/helpers.rb, line 17 def get_line(exception) exception.backtrace[0].scan(/:(\d+)/)[0] end