method
new
new(options)
public
Hide source
# File actionview/lib/action_view/digestor.rb, line 56 def initialize(options) @name, @finder = options.values_at(:name, :finder) @options = options.except(:name, :finder) end