method
options
options(# :nodoc:)
public
Hide source
# 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