method
respond_to_missing?
v4.0.2 -
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 38
def respond_to_missing?(name, include_private)
true
end