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