method
method_missing
v2.0.3 -
Show latest stable
- Class:
ActionView::Helpers::AtomFeedHelper::AtomFeedBuilder
method_missing(method, *arguments, &block)private
No documentation available.
# File actionpack/lib/action_view/helpers/atom_feed_helper.rb, line 109
def method_missing(method, *arguments, &block)
@xml.__send__(method, *arguments, &block)
end