lib/hallon/loadable.rb in hallon-0.14.0 vs lib/hallon/loadable.rb in hallon-0.15.0

- old
+ new

@@ -1,5 +1,6 @@ # coding: utf-8 +require 'timeout' module Hallon module Loadable # @param [Numeric] timeout after this time, if the object is not loaded, an error is raised. # @return [self]