diff options
| author | Benoit Daloze <eregontp@gmail.com> | 2024-02-05 16:29:57 +0100 |
|---|---|---|
| committer | Benoit Daloze <eregontp@gmail.com> | 2024-02-05 16:29:57 +0100 |
| commit | 40642cd3bc581d3bb402ea5e8e61cdfb868b4f68 (patch) | |
| tree | 077cc3ac94f880ce3c8c98322331c01cb1cc9cb8 /spec/ruby/core/string/fixtures | |
| parent | abe07d4bf5f2f848b22e511a647a85c878066adb (diff) | |
Update to ruby/spec@3fc4444
Diffstat (limited to 'spec/ruby/core/string/fixtures')
| -rw-r--r-- | spec/ruby/core/string/fixtures/utf-8-encoding.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/ruby/core/string/fixtures/utf-8-encoding.rb b/spec/ruby/core/string/fixtures/utf-8-encoding.rb deleted file mode 100644 index fd243ec522..0000000000 --- a/spec/ruby/core/string/fixtures/utf-8-encoding.rb +++ /dev/null @@ -1,7 +0,0 @@ -# -*- encoding: utf-8 -*- -module StringSpecs - class UTF8Encoding - def self.source_encoding; __ENCODING__; end - def self.egrave; "é"; end - end -end |
