Skip to content

Instantly share code, notes, and snippets.

@olofsjod
Created April 1, 2012 12:18
Show Gist options
  • Save olofsjod/2274989 to your computer and use it in GitHub Desktop.
Save olofsjod/2274989 to your computer and use it in GitHub Desktop.
a = "abcdefgh"
b = Array.new
for i in 0..a.length-2
b[i] = a[i, i+1]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment