Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save launchkit-codes/74c4930ffad882063a7c4db9ed0c584d to your computer and use it in GitHub Desktop.
module A
autoload(:B, './b.rb')
p constants
end
module B
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment