Created
May 19, 2017 10:55
-
-
Save kei-s/1c9be03e4fff7b5d18aebbc912b0533e 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
@gomobako = 🗑 | |
def gomibako_ni_suteru(gomi) | |
@gomibako.akeru | |
@gomibako.ireru(gomi) | |
@gomibako.shimeru | |
end | |
cd = 💿 | |
if cd.wareta? | |
gomobako_ni_ireru(cd) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment