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