Method: Console::Capture#clear

Defined in:
lib/console/capture.rb

#clearObject

Clear all records from the buffer.



60
61
62
# File 'lib/console/capture.rb', line 60

def clear
	@records.clear
end