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