danchoi / ri.vim

browse ri documentation from Vim
http://github.com/danchoi/ri.vim
MIT License
114 stars 15 forks source link

Fix NoMethodError for File.exists? #36

Open evanthegrayt opened 6 months ago

evanthegrayt commented 6 months ago

Using ruby 3.2, File.exists? is no longer a method. Replacing with File.exist? fixes it.

Closes #35