Skip to content

Instantly share code, notes, and snippets.

@ganmacs
Created July 3, 2014 13:52
Show Gist options
  • Save ganmacs/e08f1420909f867438ba to your computer and use it in GitHub Desktop.
Save ganmacs/e08f1420909f867438ba to your computer and use it in GitHub Desktop.
最小値の添字を取得
ary = [1, 10, 2, 5, 8, 4, 6]
ary.each_with_index.max[1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment