Flowdock
method

new

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: UnboundTemplate
new(source, identifier, details:, virtual_path:) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/unbound_template.rb, line 10
    def initialize(source, identifier, details,, virtual_path))
      @source = source
      @identifier = identifier
      @details = details
      @virtual_path = virtual_path

      @templates = Concurrent::Map.new(initial_capacity: 2)
      @write_lock = Mutex.new
    end
Register or log in to add new notes.