method
logged
v6.0.0 -
Show latest stable
- Class:
ActiveSupport::LogSubscriber::TestHelper::MockLogger
logged(level)public
No documentation available.
# File activesupport/lib/active_support/log_subscriber/test_helper.rb, line 74
def logged(level)
@logged[level].compact.map { |l| l.to_s.strip }
end