1 # Mark the core library mixins as automatic mixins 2 module Comparable 3 mix_in_when { method_defined? :<=> } 4 end 5 module Enumerable 6 mix_in_when { method_defined? :each } 7 end