# File lib_wpm/wpm.rb, line 816 def find(component_name) if (self.component_name == component_name) then return self else return nil end end