Mon-Ouie / pry-remote

Connect to Pry remotely
Other
639 stars 81 forks source link

Use @options in call to DRb.start_service #72

Closed bougyman closed 1 year ago

bougyman commented 7 years ago

On https://github.com/Mon-Ouie/pry-remote/blob/master/lib/pry-remote.rb#L155, @options should be used as the third arg to #start_service. This way ACLs and other DRb options could be passed.