Tbpgr Blog

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

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

TbpgrUtils | 追加要件 Kernel#exchange 追加

概要 追加要件 Kernel#exchange 追加 詳細 追加要件 Kernel#exchange 仕様 変数aと変数bを入れ替える ※より詳細についてはGitHubのREADMEおよびテストケース参照 GitHub https://github.com/tbpgr/tbpgr_utils Rubygems http://rubygems.org/gems/tbpgr_util…

Ruby | Kernel | binding

概要 Kernel#binding 詳細 変数・メソッドなどの環境情報を含んだ Binding オブジェクトを 生成して返します。通常、Kernel.#eval の第二引数として使います。 サンプルコード # encoding: utf-8 require 'pp' class Hoge def hoge hige = 'hige!' pp bindin…