show_version()
Show the version and exit
# File lib/rdoc/ri/ri_options.rb, line 221 def show_version puts VERSION_STRING exit(0) end