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