options(# :nodoc:)
No documentation available.
# File lib/spec/runner.rb, line 48 def options # :nodoc: @options ||= begin parser = ::Spec::Runner::OptionParser.new($stderr, $stdout) parser.order!(ARGV) parser.options end end