# File lib/slop.rb, line 413
  def add_callback(label, &block)
    (@callbacks[label] ||= []) << block
  end