method
method_missing
v3.2.13 -
Show latest stable
- Class:
ActiveSupport::TaggedLogging
method_missing(method, *args)public
No documentation available.
# File activesupport/lib/active_support/tagged_logging.rb, line 64
def method_missing(method, *args)
@logger.send(method, *args)
end