mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 17:14:01 +02:00
* ext/tk/lib/multi-tk.rb: fix typo on MultiTkIp#bg_eval_string
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7061186c04
commit
36dc7c8751
3 changed files with 6 additions and 2 deletions
|
@ -1583,7 +1583,7 @@ class MultiTkIp
|
|||
end
|
||||
alias eval_str eval_string
|
||||
|
||||
def bg_eval_string(*args)
|
||||
def bg_eval_string(cmd, *eval_args)
|
||||
# cmd string ==> proc
|
||||
unless cmd.kind_of?(String)
|
||||
raise RuntimeError, "A String object is expected for the 'cmd' argument"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue