Skip to content

Instantly share code, notes, and snippets.

@Arakaki
Created September 5, 2013 11:43
Show Gist options
  • Save Arakaki/6449070 to your computer and use it in GitHub Desktop.
Save Arakaki/6449070 to your computer and use it in GitHub Desktop.
2-3-3
#定数は大文字アルファベットで始まる
FOO_BAR = 'bar'
#再代入はおk
FOO_BAR = 'bar2'
puts FOO_BAR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment