* ext/tk/lib/remote-tk.rb: typo fixed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1996a4af69
commit
dc28ce1b0b
@ -1,3 +1,7 @@
|
|||||||
|
Mon Oct 26 13:24:17 2009 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||||
|
|
||||||
|
* ext/tk/lib/remote-tk.rb: typo fixed.
|
||||||
|
|
||||||
Mon Oct 26 12:34:08 2009 Yusuke Endoh <mame@tsg.ne.jp>
|
Mon Oct 26 12:34:08 2009 Yusuke Endoh <mame@tsg.ne.jp>
|
||||||
|
|
||||||
* ruby.c (usage): -T and -W descriptions updated. see
|
* ruby.c (usage): -T and -W descriptions updated. see
|
||||||
|
@ -464,7 +464,7 @@ class RemoteTkIp
|
|||||||
def mainloop_watchdog
|
def mainloop_watchdog
|
||||||
fail RuntimeError, 'not support "mainloop_watchdog" on the remote interpreter'
|
fail RuntimeError, 'not support "mainloop_watchdog" on the remote interpreter'
|
||||||
end
|
end
|
||||||
def do_one_evant(flag = nil)
|
def do_one_event(flag = nil)
|
||||||
fail RuntimeError, 'not support "do_one_event" on the remote interpreter'
|
fail RuntimeError, 'not support "do_one_event" on the remote interpreter'
|
||||||
end
|
end
|
||||||
def mainloop_abort_on_exception
|
def mainloop_abort_on_exception
|
||||||
@ -500,7 +500,7 @@ class << RemoteTkIp
|
|||||||
def mainloop_watchdog(*args)
|
def mainloop_watchdog(*args)
|
||||||
fail RuntimeError, 'not support "mainloop_watchdog" on the remote interpreter'
|
fail RuntimeError, 'not support "mainloop_watchdog" on the remote interpreter'
|
||||||
end
|
end
|
||||||
def do_one_evant(flag = nil)
|
def do_one_event(flag = nil)
|
||||||
fail RuntimeError, 'not support "do_one_event" on the remote interpreter'
|
fail RuntimeError, 'not support "do_one_event" on the remote interpreter'
|
||||||
end
|
end
|
||||||
def mainloop_abort_on_exception
|
def mainloop_abort_on_exception
|
||||||
|
Loading…
x
Reference in New Issue
Block a user