class Turn::MarshalReporter
Marshal Reporter¶ ↑
Public Instance Methods
finish_suite(suite)
click to toggle source
# File lib/turn/reporters/marshal_reporter.rb, line 10 def finish_suite(suite) $stdout << suite.to_yaml end