Skip to content

jasonLaster/pry-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

A way to talk to Pry from another application. This is achieved by using DRb to proxy Pry's input and output.

Usage

  shared_io = DRbObject.new nil, 'druby://:9000'
  result = shared_io.pry_eval input

Thanks

This project is heavily influenced by Mon Ouie's Pry Remote.

About

A way to talk to Pry from a separate application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages