Tbpgr Blog

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

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

TbpgrUtils | 追加要件 EvalHelper#if_code_after

概要 追加要件 EvalHelper#if_code_afterを追加 詳細 追加要件 EvalHelper#if_code_afterを追加します 仕様 ・後置if文の文字列を生成します ・引数でif文の条件、真の場合の文字列を渡します※より詳細についてはGitHubのREADMEおよびテストケース参照 GitHu…

ActiveSupport | String#constantize

概要 String#constantize 詳細 String#constantize について String#constantize 文字列から定数を取得する サンプル # encoding: utf-8 require 'active_support/core_ext/string/inflections' require 'tbpgr_utils' class Hoge HIGE = "hige" end bulk_pu…