method
respond_to_missing?
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::CurrentAttributes
respond_to_missing?(name, _)private
No documentation available.
# File activesupport/lib/active_support/current_attributes.rb, line 182
def respond_to_missing?(name, _)
instance.respond_to?(name) || super
end