module Spruz::P
def p!(*objs)
calling the #inspect method) as their message text. This is useful for
Raise a runtime error with the inspected objects +objs+ (obtained by
def p!(*objs) raise((objs.size < 2 ? objs.first : objs).inspect) end
def p!(*objs) raise((objs.size < 2 ? objs.first : objs).inspect) end