Actions
Bug #1867
closeduninitialized constant TCPserver in samples
Description
=begin
Following three samples in the sample directory fail to run.
[sample]$ ruby tsvr.rb
tsvr.rb:6:in `': uninitialized constant TCPserver (NameError)
[sample]$ ruby svr.rb
svr.rb:9:in `': uninitialized constant TCPserver (NameError)
[sample]$ ruby dualstack-httpd.rb
dualstack-httpd.rb:15:in block in <main>': uninitialized constant TCPserver (NameError) from dualstack-httpd.rb:14:in
each'
from dualstack-httpd.rb:14:in `'
=end
Updated by matz (Yukihiro Matsumoto) over 15 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r24372.
=end
Actions
Like0
Like0