Tbpgr Blog

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

2014-03-28から1日間の記事一覧

ActiveSupport | Date calculations

概要 Date calculations 詳細 Date calculations について Date calculations 日付の操作に関する各種メソッドを提供します。 サンプル # encoding: utf-8 require 'active_support/core_ext/date/calculations' require 'tbpgr_utils' date = Date.new(2014…

TbpgrUtils | 追加要件 Numeric.to_binary_table 追加

概要 追加要件 Numeric.to_binary_table 追加 詳細 追加要件 Numeric.to_binary_tableを追加する 仕様 ・10進数と2進数を表形式の文字列で取得します ※より詳細についてはGitHubのREADMEおよびテストケース参照 GitHub https://github.com/tbpgr/tbpgr_utils…