summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/fixtures/utf-8-encoding.rb
blob: fd243ec52243c3c0c2349ca94d0226b2479160e4 (plain)
1
2
3
4
5
6
7
# -*- encoding: utf-8 -*-
module StringSpecs
  class UTF8Encoding
    def self.source_encoding; __ENCODING__; end
    def self.egrave; "é"; end
  end
end