# File lib/needle/pipeline/collection.rb, line 103 def get( name ) name = name.to_s.intern @elements.find { |el| name == el.name } end