Skip to content

Instantly share code, notes, and snippets.

@midu
Created November 6, 2018 17:57
Show Gist options
  • Save midu/f60b43616153ea5106380a7ac1fc267e to your computer and use it in GitHub Desktop.
Save midu/f60b43616153ea5106380a7ac1fc267e to your computer and use it in GitHub Desktop.
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