Cast the option argument to a String.
# File lib/slop/types.rb, line 4 def call(value) value.to_s end