# coding: utf-8 # 结果 class Sheet1 < Spreadsheet def a1; "交通"; end def b1; @b1 ||= a1; end end