Ruby has several methods for formatting strings according to what is called ... %<foo>s) over template tokens (like %{foo}). format('hoge = %{x} + %{y}', ...
確定! 回上一頁