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