method
custom_runner?
1.3.1 -
Show latest stable
- Class:
Spec::Runner::Options
custom_runner?()protected
No documentation available.
# File lib/spec/runner/options.rb, line 358
def custom_runner?
return user_input_for_runner ? true : false
end