Project

General

Profile

Actions

Bug #1867

closed

uninitialized constant TCPserver in samples

Added by phasis68 (Heesob Park) over 14 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
ruby 1.9.1p243 (2009-07-16 revision 24175) [i686-linux]
Backport:
[ruby-core:24712]

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

Actions #1

Updated by matz (Yukihiro Matsumoto) over 14 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

=begin
Applied in changeset r24372.
=end

Actions

Also available in: Atom PDF

Like0
Like0