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