68 69 70
# File 'lib/bond/agent.rb', line 68 def find_mission(input) #@private @missions.find {|mission| mission.matches?(input) } end