Tbpgr Blog

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

2014-04-27から1日間の記事一覧

TbpgrUtils | 追加要件 MarkdownString#italic 追加

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

Ruby | Kernel | Complex

概要 Kernel#Complex 詳細 実部が r、虚部が i である Complex クラスのオブジェクトを生成します。 サンプルコード # encoding: utf-8 require 'tbpgr_utils' bulk_puts_eval binding, <<-EOS Complex(1) Complex(1, 2) Complex('1+1i') EOS __END__ 下記は…