# File lib/slop.rb, line 294
  def self.parse(items=ARGV, options={}, &block)
    initialize_and_parse items, false, options, &block
  end