Last active
December 11, 2015 18:59
-
-
Save tigawa/4645779 to your computer and use it in GitHub Desktop.
ruby 配列の定義
This file contains hidden or 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
a = ['ant','bbe','cat','dog','elk'] | |
a = %w{ ant bee cat dog elk} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment