Created
March 9, 2016 07:59
-
-
Save at-longhoang/5dc3b0c0b7cc76cace85 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
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