立石です。
tk.rbの中のWinfo.cellsでエラーとなりました。
以下の修正でいいでしょうか?
Takaaki Tateishi <ttate / jaist.ac.jp>
--- tk.rb.orig Thu Oct 28 19:06:07 1999
+++ tk.rb Thu Oct 28 19:02:28 1999
@@ -1075,7 +1075,7 @@
TkWinfo.atomname id
end
def TkWinfo.cells(window)
- number(tk_call('winfo', window.path))
+ number(tk_call('winfo', 'cells', window.path))
end
def winfo_cells
TkWinfo.cells self