instance method
method_missing
Ruby on Rails 3.1.12
Since v3.0.20Signature
method_missing(level, message)
No documentation comment.
Parameters
-
levelreq -
messagereq
Source
# File activesupport/lib/active_support/log_subscriber/test_helper.rb, line 64
def method_missing(level, message)
@logged[level] << message
end
Defined in activesupport/lib/active_support/log_subscriber/test_helper.rb line 64
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::LogSubscriber::TestHelper::MockLogger