# File lib/templater/actions/template.rb, line 42
      def identical?
        ::File.read(destination) == render if ::File.exists?(destination)
      end