Skip to content

Instantly share code, notes, and snippets.

@mehdi-farsi
Created August 26, 2018 20:20
Show Gist options
  • Save mehdi-farsi/4ae98812b6f64e648f8430ab75dc3c5b to your computer and use it in GitHub Desktop.
Save mehdi-farsi/4ae98812b6f64e648f8430ab75dc3c5b to your computer and use it in GitHub Desktop.
autoload(:C, './c.rb')
module A
p autoload? :C
end
p autoload? :C
module C
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment