class Console::Capture

def include?(pattern)

def include?(pattern)
	JSON.dump(@buffer).include?(pattern)
end