Support for the Ruby 2.4 series has ended. See here for reference.
# File rss/taxonomy.rb, line 122
def initialize(*args)
if Utils.element_initialize_arguments?(args)
super
else
super()
self.about = args[0]
end
end