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