summaryrefslogtreecommitdiff
path: root/lib/tkcanvas.rb
diff options
context:
space:
mode:
authorYukihiro Matsumoto <matz@ruby-lang.org>1997-12-09 17:54:56 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-17 22:09:33 +0900
commit66541bbb3630a5c512f8012c52ae777ab83beba5 (patch)
treebe1431b56b485de6cb1da065bb2161551872820d /lib/tkcanvas.rb
parentfb0fe24512d1796f794306768ddac37566e9a209 (diff)
version 1.0-971209v1_0_971209
https://cache.ruby-lang.org/pub/ruby/1.0/ruby-1.0-971209.tar.gz Tue Dec 9 17:54:56 1997 Yukihiro Matsumoto <matz@netlab.co.jp> * version 1.0-971209 * sample/ruby-mode.el (ruby-expr-beg): forgot to handle modifiers. * parse.y (tokadd): token buffer overrun.
Diffstat (limited to 'lib/tkcanvas.rb')
-rw-r--r--lib/tkcanvas.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tkcanvas.rb b/lib/tkcanvas.rb
index 26f0ac0c7b..de727c3e79 100644
--- a/lib/tkcanvas.rb
+++ b/lib/tkcanvas.rb
@@ -92,7 +92,7 @@ class TkCanvas<TkWindow
def itemtype(tag)
tk_send 'type', tagid(tag)
end
- def postscript(keys=None)
+ def postscript(keys)
tk_send "postscript", *hash_kv(keys)
end
def raise(tag, above=None)