mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8 lines
155 B
Ruby
8 lines
155 B
Ruby
|
# -*- encoding: utf-8 -*-
|
||
|
module StringSpecs
|
||
|
class UTF8Encoding
|
||
|
def self.source_encoding; __ENCODING__; end
|
||
|
def self.egrave; "é"; end
|
||
|
end
|
||
|
end
|