Tbpgr Blog

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

2014-05-01から1日間の記事一覧

TbpgrUtils | 追加要件 MarkdownString#code 追加

概要 追加要件 MarkdownString#code 追加 詳細 追加要件 MarkdownString#code 仕様 ・Markdownのcodeを出力します ※より詳細についてはGitHubのREADMEおよびテストケース参照 GitHub https://github.com/tbpgr/tbpgr_utils Rubygems http://rubygems.org/gem…

Ruby | Kernel | `command`

概要 Kernel#`command` 詳細 command を外部コマンドとして実行し、その標準出力を文字列として 返します。 このメソッドは `command` の形式で呼ばれます。Kernel.#systemはcommandの結果を得ることができないのが違いです。 サンプルコード # encoding: ut…