# File lib/slop.rb, line 201
  def parse!(items = ARGV, &block)
    parse_items(items, true, &block)
  end