Skip to content

Instantly share code, notes, and snippets.

@beccasaurus
Created February 9, 2010 17:35
Show Gist options
  • Save beccasaurus/299444 to your computer and use it in GitHub Desktop.
Save beccasaurus/299444 to your computer and use it in GitHub Desktop.
module Foo
module Bar
class Something
def foo
if hi
if there
# ...
end
end
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment