Avoid block when possible

This commit is contained in:
Markus Schirp 2014-05-23 03:49:20 +00:00
parent d892eed7c9
commit a1790e2a2e

View file

@ -39,9 +39,7 @@ module Mutant
#
def self.included(host)
super
host.class_eval do
extend ClassMethods
end
host.extend(ClassMethods)
end
end # Delegator