reverse! -> self
文字列を文字単位で左右逆転します。
例 str = "foobar" str.reverse! p str # => "raboof"
str = "foobar" str.reverse! p str # => "raboof"