Sha256: 776c6afcd8c459cee682e80ad8e73a2b23c884f5c69b0d69973cb121f26ce8ec
Contents?: true
Size: 370 Bytes
Versions: 7
Compression:
Stored size: 370 Bytes
Contents
# def rwdhypernotecreatenewnote if @a_notedata.empty? newnotecontent = 'new note' else newnotecontent = @a_notedata.to_s end if @a_viewhypernote.empty? newnotefilename = "newnote.txt" else newnotefilename = @a_viewhypernote.to_s + ".txt" end download("#{newnotecontent}", "#{newnotefilename}") end
Version data entries
7 entries across 7 versions & 2 rubygems