lib/backports/2.1.0/module/include.rb



if Module.private_method_defined? :include
  class Module
    public :include
  end
end