method
close
1.1.4 -
Show latest stable
- Class:
Spec::Runner::Formatter::BaseTextFormatter
close()public
No documentation available.
# File lib/spec/runner/formatter/base_text_formatter.rb, line 83
def close
if IO === @output
@output.close
end
end