aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/dependencies/module_folder/lib_class.rb
blob: c6b52610c18766e24cf65faeca4f7eea54cf8851 (plain) (blame)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

ConstFromLib = 1

module ModuleFolder
  class LibClass
  end
end