method
options
1.1.12 -
Show latest stable
- Class:
Spec::Runner
options(# :nodoc:)public
No documentation available.
# File lib/spec/runner.rb, line 56
def options # :nodoc:
@options ||= begin
parser = ::Spec::Runner::OptionParser.new($stderr, $stdout)
parser.order!(ARGV)
parser.options
end
end