Class: Bond::AnywhereMission

Inherits:
Mission
  • Object
show all
Defined in:
lib/bond/missions/anywhere_mission.rb

Overview

A mission which completes anywhere i.e. even after non word break characters such as ’[’ or ’}’. With options :prefix and :anywhere, this mission matches on the following regexp condition /:prefix?(:anywhere)$/ and passes the first capture group to the mission action.

Constant Summary

Constants inherited from Mission

OBJECTS, OPERATORS

Method Summary

Methods inherited from Mission

#call_action, #call_search, #condition, create, current_eval, #do_match, #execute, #match_message, #matches?, #name