Closed busterb closed 7 years ago
@busterb i just installed ruby 2.4 and method_source seems to work fine with it. Out of interest, what features of 2.4 are not supported by the existing method_source release?
Ah, just this https://github.com/banister/method_source/pull/39/files and the related warnings that come up? got it
@busterb just released 0.9.0 that is 2.4 compat, let me know how it goes for you
At the moment we have to specify the gem for this (by way of 'pry') by pointing to master in our project's Gemfile:
gem 'method_source', git: 'https://github.com/banister/method_source', branch: 'master'
I know it has been a while, but could you please make a new release to Rubygems?