Skip to content

Instantly share code, notes, and snippets.

@missingno15
Last active August 29, 2015 14:15
Show Gist options
  • Save missingno15/126c3871e05e6c535a96 to your computer and use it in GitHub Desktop.
Save missingno15/126c3871e05e6c535a96 to your computer and use it in GitHub Desktop.
module ModuleA
class ClassInsideModule
end
end
class ClassA
class ClassInsideClass
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment