Created
September 29, 2014 20:02
-
-
Save chrisseaton/7fa7b2aa52337fc63f0b 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
module A | |
X = 14 | |
module B | |
def self.foo | |
puts X | |
end | |
end | |
end | |
A::B.foo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment