# File lib/sass/selector.rb, line 309
      def initialize(type, name, arg)
        @type = type
        @name = name
        @arg = arg
      end