1# -*- coding: binary -*- 2 3 4 5module Rex 6module Proto 7 8attr_accessor :alias 9 10end 11end 12 13