Skip to content

Ruby 2.1 compatibility

gitlab-qa-bot requested to merge github/fork/marcandre/ruby_21 into master

Created by: marcandre

Ruby 2.1 will return a more consistent ancestor list from singleton classes. This pull request addresses this change. Note that this makes processing easier in 2.1.

Note: I saw some checks on RUBY_VERSION in the code, but I opted to check for the behavior instead.

Merge request reports