# File lib/librarian/posix.rb, line 52
def
rescuing
(
*
klasses
)
begin
yield
rescue
*
klasses
end
end