module Zeamays class Corn class String @s = "" def initialize(s) @s = s end end end end