Class: DoubleCheck::CommandLine

Inherits:
Sitemap
  • Object
show all
Defined in:
lib/doublecheck_command_line.rb

Instance Method Summary collapse

Methods inherited from Sitemap

#data, #initialize, #process

Constructor Details

This class inherits a constructor from DoubleCheck::Sitemap

Instance Method Details

#record_result(url, response) ⇒ Object



2
3
4
5
6
# File 'lib/doublecheck_command_line.rb', line 2

def record_result(url, response)
  super(url, response)
  $stdout.write_nonblock('.')

end