summaryrefslogtreecommitdiff
path: root/spec/ruby/core/module/fixtures/autoload_h.rb
blob: 53988c5382019c960c2c42d491c27fdaac1704cf (plain)
1
2
3
4
5
6
7
module ModuleSpecs::Autoload
  module H
    def loaded
      :autoload_h
    end
  end
end