# File lib/slop/option.rb, line 83
    def call(*objects)
      @callback.call(*objects) if @callback.respond_to?(:call)
    end