Created
March 1, 2013 21:28
-
-
Save isaacsanders/5067943 to your computer and use it in GitHub Desktop.
Namespace code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace "Foo::Bar" do | |
# Define methods in here. | |
# `namespace` defines modules all the way down, | |
# or classes if the constant is already defined. | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment