Source: show | on GitHub
# File activejob/test/cases/logging_test.rb, line 15 def initialize @file = StringIO.new super(@file) end
# File activejob/test/cases/logging_test.rb, line 20 def messages @file.rewind @file.read end