1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib/pry/config
robert 4bab51f53c rewrite Pry::InputCompleter as a class who wraps '_pry_'.
this commit changes InputCompleter from a module implemented on top
of singleton/class methods to a class who wraps '_pry_' and reads
from _pry_.input, who is assumed to be Readline.

pry-bond will also need to be updated to have a similar style API.
2014-04-27 14:12:45 -07:00
..
behavior.rb add Behavior#pretty_print, return '#' prefix in string from Behavior#inspect 2014-04-27 14:11:33 -07:00
convenience.rb fix the failing Pry#prompt specs. 2014-01-21 09:13:26 +01:00
default.rb rewrite Pry::InputCompleter as a class who wraps '_pry_'. 2014-04-27 14:12:45 -07:00