# File lib/sass/stack.rb, line 78
    def with_base(filename, line)
      with_frame(filename, line, :base) {yield}
    end