method

method_missing

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