aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/html/some_class.rb
blob: fbbfd4a214a7b9288d57d256e5edf9b4aec1b194 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

module HTML
  class SomeClass
  end
end