Open FranklinYu opened 5 years ago
This is a feature request. Currently #has is like:
#has
has %w{from:abc@example.com cc:def@example.com}
This from time to time confuses syntax highlight, so I typically writes
has ['from:abc@example.com', 'cc:def@example.com']
I would love something like
has [ from 'abc@example.com' cc 'def@example.com' ]
This is a feature request. Currently
#has
is like:This from time to time confuses syntax highlight, so I typically writes
I would love something like