Tbpgr Blog

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

2014-07-30から1日間の記事一覧

Ruby | Module | protected_instance_methods

概要 Module#protected_instance_methods(inherited_too = true) -> [Symbol] 詳細 そのモジュールで定義されている protected メソッド名 の一覧を配列で返却。 サンプルコード require 'tbpgr_utils' module Hogeable def hogeable end protected def prot…