# File lib/templater/actions/action.rb, line 13
      def destination=(destination)
        unless destination.blank?
          @destination = ::File.expand_path(convert_encoded_instructions(destination), generator.destination_root)
        end
      end