Skip to content

Instantly share code, notes, and snippets.

@igkuz
Created July 1, 2013 10:59
Show Gist options
  • Select an option

  • Save igkuz/5899963 to your computer and use it in GitHub Desktop.

Select an option

Save igkuz/5899963 to your computer and use it in GitHub Desktop.
module A
class B
c = C.new
end
end
module A
class B
class C
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment