class Slop::Parser

def initialize(options, **config)

def initialize(options, **config)
  @options = options
  @config  = config
  reset
end