chriswailes / RLTK

The Ruby Language Toolkit
http://chriswailes.github.io/RLTK/
University of Illinois/NCSA Open Source License
453 stars 35 forks source link

Replace subclass_of? method #55

Closed ncallaway closed 5 years ago

ncallaway commented 6 years ago

This resolves #54 by removing all uses of subclass_of? and replacing it with the module comparison operator < which has the same behavior.

CBernsCode commented 5 years ago

I would love if we could get this approved.

ncallaway commented 5 years ago

@chriswailes Are there any changes you need in order to merge this? I'm happy to make any necessary changes.

chriswailes commented 5 years ago

Sorry, I haven't had a lot of time for this project recently. I should have some more free time coming up and I'll try and get through some of the issues/pull requests backlog.

keymon commented 5 years ago

Would we get a new version published soon with this fix?

Meanwhile, one can add:

gem 'rltk', git: 'https://github.com/chriswailes/RLTK', ref: 'ac3f8abfc54529ba955ea49b8b21e55397740b5e'

to the Gemfile

chriswailes commented 5 years ago

I should be resuming development of this library in the next couple of weeks. I'll make publishing a new version a priority. Thanks for your comments.