You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually there is no function called fetcth_values in the Hash class of Ruby 2.2.
But I think It is not necessary to implement fetch_values for Ruby 2.2.
How about removing Ruby 2.2 from support?
The text was updated successfully, but these errors were encountered:
Wow, sorry the coverage isn't enough 🙇
I'd like to support Ruby 2.2 until EOL. (It will be this December though)
So I'll add test and fix this problem.
I encountered the following error when trying to start the Definition or the Completion using the language server on Ruby 2.2.
Actually there is no function called fetcth_values in the Hash class of Ruby 2.2.
But I think It is not necessary to implement fetch_values for Ruby 2.2.
How about removing Ruby 2.2 from support?
The text was updated successfully, but these errors were encountered: