method

new

new(name, format, finder, options={})
public

No documentation available.

# File actionpack/lib/action_view/digestor.rb, line 47
    def initialize(name, format, finder, options={})
      @name, @format, @finder, @options = name, format, finder, options
    end