instance method Encoding#name

name -> String[permalink][rdoc][edit]
to_s -> String

エンコーディングの名前を返します。



Encoding::UTF_8.name       #=> "UTF-8"