lib/phlex/svg.rb in phlex-1.4.2 vs lib/phlex/svg.rb in phlex-1.5.0

- old
+ new

@@ -5,7 +5,10 @@ include StandardElements def template yield end + + # This should be extended after all method definitions + extend ElementClobberingGuard end end