|
|
|
|
|
by vidarh
4262 days ago
|
|
> You could easily enough build a code server in Ruby, but you'd have to explicitly include the library that implements it in your project, and start up a server thread to expose it to an IDE that wanted to talk to it, etc. Take a look at Pry's remote sessions: https://github.com/pry/pry/wiki/Remote-sessions |
|