Submitted by musou in programming
irb(main):001:0> a = []; a<<a
=> [[...]]
i have tried for a long time to think of any way i could make this do anything useful, but so far i've got nothing
Submitted by musou in programming
irb(main):001:0> a = []; a<<a
=> [[...]]
i have tried for a long time to think of any way i could make this do anything useful, but so far i've got nothing
Moonside wrote
scary