Description Usage Arguments Value Examples
This function returns a list of functions to start/run/stop a Ruby process. The code is sent to Ruby via a socket connection, and the results are written back in another socket connection.
1 | proc_ruby(port = 2000)
|
port |
A TCP port number |
A list of functions start()
, exec()
, running()
(check if the process has been running), and stop()
.
1 2 3 4 5 6 7 8 9 10 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.