# File lib/cim/type.rb, line 187
    def initialize size, type
      @size = size
      super type
    end