Cast the option argument to a Regexp.
# File lib/slop/types.rb, line 119 def call(value) Regexp.new(value) end