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