Ruby 2.2.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > Stringクラス > reverse
reverse -> String
文字列を文字単位で左右逆転した文字列を返します。
例 p "foobar".reverse # => "raboof" p "".reverse # => ""
p "foobar".reverse # => "raboof" p "".reverse # => ""