Method: Verbal#any_of
- Defined in:
- lib/verbal.rb
#any_of(value) ⇒ Object Also known as: any
Matches any one of the characters in value.
146 147 148 |
# File 'lib/verbal.rb', line 146 def any_of(value) append "[#{sanitize value}]" end |