-
-
Save mehdi-farsi/4ae98812b6f64e648f8430ab75dc3c5b 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
autoload(:C, './c.rb') | |
module A | |
p autoload? :C | |
end | |
p autoload? :C |
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 C | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment