# -*- encoding: utf-8 -*-
module StringSpecs
  class UTF8Encoding
    def self.source_encoding; __ENCODING__; end
    def self.egrave; "é"; end
  end
end
