# File lib/sass/stack.rb, line 87
    def with_import(filename, line)
      with_frame(filename, line, :import) {yield}
    end