nak1114 / rbenv-win

rbenv for Windows
MIT License
103 stars 32 forks source link

Runtime Error: Type mismatch: 'GetCurrentVersionNoError() #15

Closed kirankotari closed 5 years ago

kirankotari commented 5 years ago

I was trying to install rbenv in new system when i tried

rbenv install -l

I got Type mismatch: 'GetCurrentVersionNoError()' Error.

Error @line

I just removed (0) from the above line. Can you please validate it, is that correct.

nak1114 commented 5 years ago

OK, I can reproduce it. When no global version, no local .ruby-version and no %RBENV_VERSION%, it occurs. I'll fix it.