Automatic generation produced by ISE Eiffel
indexing description: "Skiers" status: "" author: "Robert Jurjevic" class SKIER create default_create feature roommate: SKIER -- This skier's roommate share (other: SKIER) -- Choose other as roommate require other /= Void do roommate := other end end -- class SKIER -- Generated by ISE Eiffel --
For more details: www.eiffel.com