Tbpgr Blog

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

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

Ruby | Method | [] / call

概要 Method#self[*args] -> object Method#call(*args) -> object Method#call(*args) { ... } -> object 詳細 メソッドを呼び出します。 []形式は通常のメソッド呼び出しに近くなるように用意されたものです。 サンプルコード require 'tbpgr_utils' class…