method

new

rails latest stable - Class: ActionView::Digestor

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

new(options)
public

No documentation available.

# 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