前情提要 在第一天里,我很激昂地用Ruby的类别.物件.方法,写了宣言! class TingIsIronman def initialize @message =“I'm going to write 30 IT articles in 30 days!” end def method puts @message.gsub(“write”,“create”) end end object = TingIsIronman.new object.method #=> I'm going to cr…