Created
November 5, 2011 07:20
-
-
Save pasberth/1341226 to your computer and use it in GitHub Desktop.
プログラミング言語で詩っぽいこと
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
| # -*- coding: utf-8 -*- | |
| I = [:princess_mana] | |
| def I.get num | |
| at num | |
| end | |
| PRINCESS_MANA = 0 | |
| I.get PRINCESS_MANA # I.first は常にprincess_manaを返さねばなりません。I.first は常にprincess_manaにより予約されています |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment