summaryrefslogtreecommitdiff
path: root/spec/ruby/core/module/fixtures/name.rb
blob: fb9e66c309e356ad5beba7d32a4f2751041bf7b5 (plain)
1
2
3
4
5
6
7
8
9
10
# -*- encoding: utf-8 -*-
module ModuleSpecs
  class NameEncoding
    class Cß
    end
    def name
      Cß.name
    end
  end
end