# File lib/eymiha/test/probe.rb, line 24 def publicize_private_instance_methods(methods) target_methods = methods.select { |method| private_instance_methods.include? method.to_s } public(*target_methods) if target_methods.size > 0 target_methods end