Skip to content

Instantly share code, notes, and snippets.

@launchkit-codes
Created August 26, 2018 20:20
Show Gist options
  • Select an option

  • Save launchkit-codes/4ae98812b6f64e648f8430ab75dc3c5b to your computer and use it in GitHub Desktop.

Select an option

Save launchkit-codes/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