Sublime Forum

Unable to run Ruby Repl in ST3

#1

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}”
}
}

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