# File lib/puppet/parser/loaded_code.rb, line 83 83: def find_definition(namespace, name) 84: find(namespace, name, :definition) 85: end