mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/gserver.rb: fixed type in sample code. a report from Oleg
Puchinin. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ffe57003cc
commit
fbdf8cb879
2 changed files with 6 additions and 1 deletions
|
@ -40,7 +40,7 @@ require "thread"
|
|||
# super(port, *args)
|
||||
# end
|
||||
# def serve(io)
|
||||
# io.puts(Time.now.to_i)
|
||||
# io.puts(Time.now.to_s)
|
||||
# end
|
||||
# end
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue