aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/prepend.rb
blob: 3134d1df2bcb9b36276033bff8c8be88a5f90787 (plain) (blame)
1
2
3
4
5
6
7
8
class SubClassConflict
end

class Prepend
  module PrependedModule
  end
  prepend PrependedModule
end