oneclick / rubyinstaller2

MSYS2 based RubyInstaller for Windows
https://rubyinstaller.org
BSD 3-Clause "New" or "Revised" License
645 stars 248 forks source link

Workaround for `ridk use` raising NoMethodError. #291

Closed ay65535 closed 1 year ago

ay65535 commented 2 years ago

Avoid method call if the val is nil.

Before

before

After

after