Skip to content

Instantly share code, notes, and snippets.

@csaunders
Created February 3, 2014 20:58
Show Gist options
  • Save csaunders/8792249 to your computer and use it in GitHub Desktop.
Save csaunders/8792249 to your computer and use it in GitHub Desktop.
doodleldoeldodleo
module Doodle
class Poodle
end
end
module Strudel
module Doodle
class Fancy
def new_poodle
Doodle::Poodle.new
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment