Mon-Ouie / pry-remote

Connect to Pry remotely
Other
639 stars 81 forks source link

Allow options to be passed through to Pry.start. #39

Closed findchris closed 11 years ago

findchris commented 11 years ago

Currently, pry-remote does not allow any configurability when calling Pry.start. This pull request allows various options to be passed in to the underlying Pry instance, such as :hooks and :initial_frame. I need this currently when doing work on integrating with pry-rescue.