Cast the option argument to a symbol.
# File lib/slop/types.rb, line 11 def call(value) value.to_sym end