Skip to content

Instantly share code, notes, and snippets.

@mehdi-farsi
Created August 26, 2018 20:24
Show Gist options
  • Save mehdi-farsi/74c4930ffad882063a7c4db9ed0c584d to your computer and use it in GitHub Desktop.
Save mehdi-farsi/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