class Gown def initialize @color = "White" end def color return @color end end