lib/core/facets/module/prepend.rb in facets-2.4.5 vs lib/core/facets/module/prepend.rb in facets-2.5.0

- old
+ new

@@ -13,10 +13,10 @@ # # X.prepend U # # X.x # => "{x}" # - # CREDIT Trans + # CREDIT Trans def prepend(aspect) aspect.__send__(:include, self) extend aspect end