Method: RI::Options#show_version
- Defined in:
- lib/rdoc/ri/ri_options.rb
#show_version ⇒ Object
Show the version and exit
220 221 222 223 |
# File 'lib/rdoc/ri/ri_options.rb', line 220 def show_version puts VERSION_STRING exit(0) end |