Skip to content

Instantly share code, notes, and snippets.

@at-longhoang
Created March 9, 2016 07:59
Show Gist options
  • Save at-longhoang/5dc3b0c0b7cc76cace85 to your computer and use it in GitHub Desktop.
Save at-longhoang/5dc3b0c0b7cc76cace85 to your computer and use it in GitHub Desktop.
module Kata
A = 5
module Dojo
B = 9
A = 7
class ScopeIn
def push
A
end
end
end
end
A = 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment