Tbpgr Blog

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

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

TbpgrUtils | 追加要件 AttrEnumerable#include_attr? 追加

概要 追加要件 AttrEnumerable#include_attr? 追加 詳細 追加要件 AttrEnumerable#include_attr? 仕様 ・規約により、クラス名をスネークケースにしたArrayのAttributesを持つこと ・Attributesの任意のメンバ変数の先頭の要素を指定した数取得 ※より詳細に…

Ruby | Kernel | spawn

概要 Kernel#spawn(command, options={}) -> Integer Kernel#spawn(env, command, options={}) -> Integer 詳細 引数を外部コマンドとして実行しますが、生成した 子プロセスの終了を待ち合わせません。 生成した子プロセスのプロセスIDを返します。 サンプ…