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