Sha256: 01499bf42148bd60bb9b6b2968c2edbac7d58e9ba1f1cb82241413bcf899a919
Contents?: true
Size: 1.02 KB
Versions: 11
Compression:
Stored size: 1.02 KB
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/rubygems/rdoc/Gem/Version.html # - https://github.com/rubygems/rubygems # - https://github.com/rubygems/rubygems/blob/master/lib/rubygems/version.rb # require "rubygems" ## # @internal # - https://ruby-doc.org/stdlib-2.7.0/libdoc/singleton/rdoc/Singleton.html # - https://github.com/ruby/singleton # require "singleton"
Version data entries
11 entries across 11 versions & 1 rubygems