Method: Cosmos::SuiteResults#puts

Defined in:
lib/cosmos/script/suite_results.rb

#puts(string) ⇒ Object



175
176
177
# File 'lib/cosmos/script/suite_results.rb', line 175

def puts(string)
  @report << Time.now.sys.formatted + ': ' + string
end