comparison: DebugClients/Ruby/AsyncIO.rb
DebugClients/Ruby/AsyncIO.rb
- changeset 2438
- 61bfcff921d8
- parent 2302
- f29e9405c851
- child 3160
- 209a07d7e401
equal
deleted
inserted
replaced
4 # |
4 # |
5 |
5 |
6 =begin edoc |
6 =begin edoc |
7 File implementing an asynchronous interface for the debugger. |
7 File implementing an asynchronous interface for the debugger. |
8 =end |
8 =end |
9 |
|
10 if RUBY_VERSION < "1.9" |
|
11 $KCODE = 'UTF8' |
|
12 require 'jcode' |
|
13 end |
|
14 |
9 |
15 module AsyncIO |
10 module AsyncIO |
16 =begin edoc |
11 =begin edoc |
17 Module implementing asynchronous reading and writing. |
12 Module implementing asynchronous reading and writing. |
18 =end |
13 =end |