supported?(version)
Returns true if the version is supported
# File lib/rss/maker.rb, line 54 def supported?(version) versions.include?(version) end