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