call(name, template)
public

No documentation available.

# File actionpack/lib/action_view/dependency_tracker.rb, line 45
      def self.call(name, template)
        new(name, template).dependencies
      end