# File lib/puppet/external/event-loop/better-definers.rb, line 191
191:     def define_protected_method (name, &body)
192:         define_method(name, &body)
193:         protected name
194:     end