methods method

Iterable<String> methods()

Returns the methods in the pipeline

This method is probably only useful for testing.

Implementation

Iterable<String> methods() => _rulesByMethod.keys;