Skip to content

Instantly share code, notes, and snippets.

@tarolandia
Created April 21, 2014 17:17
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 tarolandia/11149309 to your computer and use it in GitHub Desktop.
Save tarolandia/11149309 to your computer and use it in GitHub Desktop.
module Taro
def hello
end
end
module Gonza
module Taro
def hello
::Taro.hello
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment