# File lib/rye/cmd.rb, line 194
194:     def string_append(filepath, newcontent, backup=false)
195:       file_append(remote_path, StringIO.new(str), backup)
196:     end