method
parse_version
1.3.1 -
Show latest stable
- Class:
Spec::Runner::OptionParser
parse_version()protected
No documentation available.
# File lib/spec/runner/option_parser.rb, line 210
def parse_version
@out_stream.puts ::Spec::VERSION::SUMMARY
exit if stdout?
end