diff options
Diffstat (limited to 'spec/ruby/core/module/fixtures/name.rb')
| -rw-r--r-- | spec/ruby/core/module/fixtures/name.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/spec/ruby/core/module/fixtures/name.rb b/spec/ruby/core/module/fixtures/name.rb new file mode 100644 index 0000000000..25c74d3944 --- /dev/null +++ b/spec/ruby/core/module/fixtures/name.rb @@ -0,0 +1,13 @@ +# -*- encoding: utf-8 -*- +module ModuleSpecs + class NameEncoding + class Cß + end + def name + Cß.name + end + end + + module NameSpecs + end +end |
