aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tk.rb
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-15 04:49:01 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-15 04:49:01 +0000
commit13d4e3b5cdd1b64913446cc42825db3da4ec424a (patch)
treebd65f7250c7a35cd8c6c1a7b24dd0fb4b1cdea8b /ext/tk/lib/tk.rb
parent07aef3a89c7e38ac1148d75a665d1673db143495 (diff)
downloadruby-13d4e3b5cdd1b64913446cc42825db3da4ec424a.tar.gz
* ext/tk/sample/tkextlib/tktable/spreadsheet.rb: add a new sample
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tk.rb')
-rw-r--r--ext/tk/lib/tk.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb
index 312452df1d..907f602da5 100644
--- a/ext/tk/lib/tk.rb
+++ b/ext/tk/lib/tk.rb
@@ -3165,9 +3165,9 @@ class TkObject<TkKernel
end
def tk_trace_variable(v)
- unless v.kind_of?(TkVariable)
- fail(ArgumentError, "type error (#{v.class}); must be TkVariable object")
- end
+ #unless v.kind_of?(TkVariable)
+ # fail(ArgumentError, "type error (#{v.class}); must be TkVariable object")
+ #end
v
end
private :tk_trace_variable