Sha256: c6667ab215e6616b7aa7f96cddb19e4a7fb2d9ebfa73c820cc814e4961a54a04
Contents?: true
Size: 433 Bytes
Versions: 11
Compression:
Stored size: 433 Bytes
Contents
# frozen_string_literal: true module ConvenientService module Support ## # @api private # class Ruby class << self ## # @return [ConvenientService::Support::Version] # # @internal # https://ruby-doc.org/core-2.7.2/doc/globals_rdoc.html # def version @version ||= Support::Version.new(::RUBY_VERSION) end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems