class Cell attr_accessor :num def initialize(num) @num = num end end