diff options
Diffstat (limited to 'spec/ruby/core/module/fixtures/name.rb')
| -rw-r--r-- | spec/ruby/core/module/fixtures/name.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/ruby/core/module/fixtures/name.rb b/spec/ruby/core/module/fixtures/name.rb index fb9e66c309..25c74d3944 100644 --- a/spec/ruby/core/module/fixtures/name.rb +++ b/spec/ruby/core/module/fixtures/name.rb @@ -7,4 +7,7 @@ module ModuleSpecs Cß.name end end + + module NameSpecs + end end |
