method
respond_to_missing?
rails latest stable - Class:
ActiveSupport::OptionMerger
respond_to_missing?(*arguments)private
No documentation available.
# File activesupport/lib/active_support/option_merger.rb, line 34
def respond_to_missing?(*arguments)
@context.respond_to?(*arguments)
end