STUB
# File lib/active_ldap/timeout_stub.rb, line 5 def Timeout.alarm(sec, exception=Timeout::Error, &block) timeout(sec, exception, &block) end