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