Mon-Ouie / pry-remote

Connect to Pry remotely
Other
639 stars 81 forks source link

Give Server attr_readers for host and port, as well as #uri, just like Client. #38

Closed findchris closed 11 years ago

findchris commented 11 years ago

For interfacing with other libraries (pry-rescue in my case), it would be helpful to be able to read the Server host, port, and #uri. This commit does just that.

Mon-Ouie commented 11 years ago

Thanks for your contribution! I merged both your patches.

findchris commented 11 years ago

Nice, thanks.