Method: Roby::Application#shell_interface_fd
- Defined in:
- lib/roby/app.rb
#shell_interface_fd ⇒ Integer
A file descriptor that should be used as-is for the interface server
It supersedes the setting for #shell_interface_port and #shell_interface_host
843 844 845 |
# File 'lib/roby/app.rb', line 843 def shell_interface_fd @shell_interface_fd end |