Sublime Forum

Ruby Repl ST3

#1

I posted this about 3 months ago and never got an answer and I still haven’t figured it out

I am running Ruby 1.93 and Pry works from the command line. The deprecated IRB repel works fine

I am running ruby with .rbenv and I added :

{
“default_extend_env”: {
“PATH”: “{HOME}/.rbenv/shims:{PATH}”
}
}

I also tried:

{
“default_extend_env”: {
“PATH”: “{HOME}/.rbenv/shims:{PATH}”,
“GEM_PATH”: “{HOME}/.rbenv/shims”}
}

When I try to start the repl I get this error message and the repl closes:

/Users/tmb/Library/Application Support/Sublime Text 3/Packages/SublimeREPL/config/Ruby/pry_repl.rb:37:in <main>': undefined methodbuild_completion_proc’ for Pry::InputCompleter:Module (NoMethodError)

0 Likes