# File lib/slop.rb, line 53
    def parse(items = ARGV, config = {}, &block)
      init_and_parse(items, false, config, &block)
    end