Sha256: 1cc0bac1b930e28efc516c12ee5603f8ab12c72468061763d393336c21062cb0
Contents?: true
Size: 391 Bytes
Versions: 5
Compression:
Stored size: 391 Bytes
Contents
# frozen_string_literal: true require_relative "timeout/with_timeout" module ConvenientService module Examples module Standard class Factorial module Utils module Timeout class << self def with_timeout(...) WithTimeout.call(...) end end end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems