method
method_missing
v2.1.0 -
Show latest stable
- Class:
ActiveSupport::OptionMerger
method_missing(method, *arguments, &block)private
No documentation available.
# File activesupport/lib/active_support/option_merger.rb, line 12
def method_missing(method, *arguments, &block)
merge_argument_options! arguments
@context.send!(method, *arguments, &block)
end