Sha256: 3e132d914c692bdfad9efb8f33eb9825c6c4c27d1d28ab2585391fb13a9a9362
Contents?: true
Size: 806 Bytes
Versions: 3
Compression:
Stored size: 806 Bytes
Contents
# frozen_string_literal: true ## # This file loads built-in dependencies (from Ruby standard library). # # @internal # https://github.com/marian13/convenient_service/wiki/Docs:-Dependencies # ## # @internal # - https://ruby-doc.org/stdlib-2.7.0/libdoc/forwardable/rdoc/Forwardable.html # - https://github.com/ruby/forwardable # require "forwardable" ## # @internal # - https://ruby-doc.org/stdlib-2.7.0/libdoc/logger/rdoc/Logger.html # - https://github.com/ruby/logger # require "logger" ## # @internal # - https://ruby-doc.org/stdlib-2.7.0/libdoc/ostruct/rdoc/OpenStruct.html # - https://github.com/ruby/ostruct # require "ostruct" ## # @internal # - https://ruby-doc.org/stdlib-2.7.0/libdoc/singleton/rdoc/Singleton.html # - https://github.com/ruby/singleton # require "singleton"
Version data entries
3 entries across 3 versions & 1 rubygems