lib/phlex/svg/standard_elements.rb in phlex-1.4.2 vs lib/phlex/svg/standard_elements.rb in phlex-1.5.0
- old
+ new
@@ -1,11 +1,9 @@
# frozen_string_literal: true
module Phlex::SVG::StandardElements
extend Phlex::Elements
- REGISTERED_ELEMENTS = Concurrent::Map.new
-
# @!method a(**attributes, &content)
# Outputs an <code>a</code> tag
# @return [nil]
# @see https://developer.mozilla.org/docs/Web/SVG/Element/a
register_element :a, tag: "a"