Created
July 3, 2014 13:52
-
-
Save ganmacs/e08f1420909f867438ba to your computer and use it in GitHub Desktop.
最小値の添字を取得
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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