method
respond_to_missing?
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::OrderedOptions
respond_to_missing?(name, include_private)public
No documentation available.
# File activesupport/lib/active_support/ordered_options.rb, line 60
def respond_to_missing?(name, include_private)
true
end