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