mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
11 lines
134 B
Ruby
11 lines
134 B
Ruby
|
# -*- encoding: utf-8 -*-
|
||
|
module ModuleSpecs
|
||
|
class NameEncoding
|
||
|
class Cß
|
||
|
end
|
||
|
def name
|
||
|
Cß.name
|
||
|
end
|
||
|
end
|
||
|
end
|