# coding: utf-8 # 常数 class Sheet3 < Spreadsheet def b5; "电力"; end def c5; @c5 ||= 10.0/7.0; end def d5; "煤炭"; end end