# File ../lib/fox/glgroup.rb, line 123
    def prepend(obj)
      @list.unshift(obj)
    end