# File lib/sass/tree/media_node.rb, line 21
    def initialize(query)
      @query = query
      @tabs = 0
      super('')
    end