⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (99 Bytes)
Bug #4294
ยป testproc2.rb
redstun (red stun)
, 01/20/2011 12:54 AM
# encoding: UTF-8
puts
"RUBY_VERSION =
#{
RUBY_VERSION
}
"
IO
.
popen
([
'"ping"'
,
'-n 3'
,
'localhost'
])
(1-1/1)
Loading...