# File raramorph.rb, line 532
    def initialize(prefix , stem , suffix)
      @prefix = prefix
      @stem = stem
      @suffix = suffix
    end