# File bin/el4r-instance, line 248 def id2obj(oid) @oid_to_obj_hash[oid] or raise(El4rError, "No such object for ID: #{oid}") end