class Console::Capture

def first

@returns [Hash] The first record in the buffer.
def first
	@records.first
end