Skip to content

Instantly share code, notes, and snippets.

@slyphon
Created June 22, 2009 23:24
Show Gist options
  • Save slyphon/134254 to your computer and use it in GitHub Desktop.
Save slyphon/134254 to your computer and use it in GitHub Desktop.
#!/usr/bin/env jruby
FOO = [0,1,2,3,4,5,6].map { |n| "foobar_#{n}" }
FOO += [7,8,9,10].map { |n| "baz_#{n}" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment