Created
November 6, 2018 17:57
-
-
Save midu/f60b43616153ea5106380a7ac1fc267e 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
def kikou(if:) | |
binding.local_variable_set(:if, binding.local_variable_get(:if) + 1) | |
binding.local_variable_get(:if) | |
end | |
kikou(if: 2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment