Skip to content

Instantly share code, notes, and snippets.

@pasberth
Created November 5, 2011 07:20
Show Gist options
  • Select an option

  • Save pasberth/1341226 to your computer and use it in GitHub Desktop.

Select an option

Save pasberth/1341226 to your computer and use it in GitHub Desktop.
プログラミング言語で詩っぽいこと
# -*- 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