Ruby Data Structures and Algorithms

0 downloads 328 Views 7MB Size Report
def f(x) raise ArgumentError if x == 0 ... end. Figure 1: Checking a Precondition in Ruby. Figure 1: Checking a Precondi