summaryrefslogtreecommitdiff
path: root/spec/ruby/core/module/fixtures/module.rb
blob: 34543ca2b4ef1eb65492896e70550e5f4675d89b (plain)
1
2
3
4
5
6
7
8
module ModuleSpecs
  module Anonymous
    module Child
    end

    SameChild = Child
  end
end