# File lib/action_view/template.rb, line 47 def self.new_and_loaded(path) returning new(path) do |path| path.load! end end