mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 17:43:59 +02:00
* ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.
So, disable the feature and waiting for improvement in the future. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
279b40ac66
commit
bd3923d599
3 changed files with 8 additions and 2 deletions
|
@ -2182,7 +2182,8 @@ class MultiTkIp
|
|||
end
|
||||
private :eval_proc_core
|
||||
|
||||
if WITH_RUBY_VM ### Ruby 1.9
|
||||
if false && WITH_RUBY_VM ### Ruby 1.9
|
||||
# Not stable, so disable this feature
|
||||
def eval_callback(*args)
|
||||
if block_given?
|
||||
cmd = Proc.new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue