class HTML::Proofer

def initialize(src, opts={})

def initialize(src, opts={})
  @srcDir = src
  @options = {:ext => ".html"}.merge(opts)
end