Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
Element
# File rss/image.rb, line 84 def initialize(*args) if Utils.element_initialize_arguments?(args) super else super() self.about = args[0] self.resource = args[1] end end