# encoding: UTF-8

module CodingUTF_8
  def self.encoding
    __ENCODING__
  end

  def self.string_literal
    "string literal"
  end
end
