var temp = new $H();
typeof temp: "object"
temp.constructor (): [object Object]
I know the the $H() is initially created by extending object but is there anyway to figure out if the temp object is of type Hash? Of course, this is aside from evaluating the existence of temp.values ().
_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs