# File lib/sass/tree/visitors/check_nesting.rb, line 5
  def initialize
    @parents = []
    @parent = nil
    @current_mixin_def = nil
  end