method
output_to_file?
rspec latest stable - Class:
Spec::Runner::Formatter::BaseTextFormatter
output_to_file?()protected
No documentation available.
# File lib/spec/runner/formatter/base_text_formatter.rb, line 118
def output_to_file?
File === @output
end