Returns a new instance of Checker.
Yields:
6 7 8 9
# File 'lib/merimee/checker.rb', line 6 def initialize(config = nil) @config = config || Config.new yield @config if block_given? end