# File lib/Dobjects/Function_extras.rb, line 27 def bounds xmin,xmax = x.bounds ymin,ymax = y.bounds return [xmin, ymin, xmax, ymax] end