# encoding: US-ASCII

module CodingUS_ASCII
  def self.encoding
    __ENCODING__
  end

  def self.string_literal
    "string literal"
  end
end
