# File lib/rhc/command_runner.rb, line 17 def options_parse_version if @args.include? "--version" or @args.include? "-v" say version exit 0 end end