class Dirty def a puts @s.title @s.map {|x| x.each {|key| key += 3}} puts @s.title end end