Skip to content

Instantly share code, notes, and snippets.

@shishi
Created April 15, 2014 13:27
Show Gist options
  • Save shishi/10732628 to your computer and use it in GitHub Desktop.
Save shishi/10732628 to your computer and use it in GitHub Desktop.
namespace
module Hoge
module Huga
@@hugahuga = 'hugahuga'
end
end
Hoge::Huga.hugahuga #=> 'hugahuga'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment