mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wrongly
removed method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7a1482c3ee
commit
56408f7abc
1 changed files with 4 additions and 0 deletions
|
@ -960,6 +960,10 @@ module TkCore
|
|||
tk_call 'tk_chooseColor', *hash_kv(keys)
|
||||
end
|
||||
|
||||
def chooseDirectory(keys = nil)
|
||||
tk_call 'tk_chooseDirectory', *hash_kv(keys)
|
||||
end
|
||||
|
||||
def ip_eval(cmd_string)
|
||||
res = INTERP._eval(cmd_string)
|
||||
if INTERP._return_value() != 0
|
||||
|
|
Loading…
Reference in a new issue