Test.shake
$t.shake($var) -> boolean
Description
Check if a variable is able to withstand large earthquakes by applying the Lesko-Richter Seismic Stability Algorithm.
$t = Test() $t.shake('Leaning Tower of Pizza') //= false $t.shake('Rasmus Lerdorf') //= true