Determine if a given ability has been defined.
bool has(String ability) { return _abilities.containsKey(ability); }