method

new

rails latest stable - Class: ActionView::CompiledTemplates

Method deprecated or moved

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

new()
public

No documentation available.

# File actionpack/lib/action_view/compiled_templates.rb, line 15
    def initialize
      @method_names = Hash.new do |hash, key|
        hash[key] = "__compiled_method_#{(hash.length + 1)}"
      end
      @mtimes = {}
    end