Method: StateMachines::WhitelistMatcher#description
- Defined in:
- lib/state_machines/matcher.rb
#description ⇒ Object
A human-readable description of this matcher
71 72 73 |
# File 'lib/state_machines/matcher.rb', line 71 def description values.length == 1 ? values.first.inspect : values.inspect end |