fork download
  1. # your code goes here
  2.  
  3. puts "apple".instance_eval{(1..size).map{|i|dup.insert(i,",")}}
  4.  
Success #stdin #stdout 0.01s 7416KB
stdin
Standard input is empty
stdout
a,pple
ap,ple
app,le
appl,e
apple,