method
stop_msg_loop
ruby latest stable - Class:
Object
Method deprecated or moved
This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.
stop_msg_loop()public
No documentation available.
# File ext/win32ole/sample/ienavi.rb, line 9
def stop_msg_loop
puts "Now Stop IE..."
$LOOP = FALSE;
end