Skip to content

Instantly share code, notes, and snippets.

@tbuehlmann
Created February 10, 2019 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbuehlmann/671fca8fa29122b39ac9d66b963467ce to your computer and use it in GitHub Desktop.
Save tbuehlmann/671fca8fa29122b39ac9d66b963467ce to your computer and use it in GitHub Desktop.
demo
# a.rb
require_relative 'a/b'
module A
end
# a/b.rb
module A
module B
def do_b
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment