Ruby Cheat Sheet

ruby

'foo'.chars
python

[char for char in 'foo']
javascript

Array.from("foo");
go

rust

"foo".chars()