Matches any character any number of times.
Match the entire string.
Verbal.new do anything end
98 99 100
# File 'lib/verbal.rb', line 98 def anything append '(?:.*)' end