fork download
  1. a = 'a =#{a}';b = "a =#{a}";puts b
  2.  
Success #stdin #stdout 0.01s 8080KB
stdin
Standard input is empty
stdout
a =a =#{a}