Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

2014-12-07から1日間の記事一覧

Ruby | String | <<

概要 String# self String#concat(other) -> self 詳細 self に文字列 other を破壊的に連結。 other が 0 から 255 のまでの整数の場合はASCIIコードで対応する文字を結合する。 self を返します。 サンプルコード require 'tbpgr_utils' base = "base" bul…