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

Version Path
convenient_service-0.11.0 lib/convenient_service/support/ruby.rb
convenient_service-0.10.1 lib/convenient_service/support/ruby.rb
convenient_service-0.10.0 lib/convenient_service/support/ruby.rb
convenient_service-0.9.0 lib/convenient_service/support/ruby.rb
convenient_service-0.8.0 lib/convenient_service/support/ruby.rb
convenient_service-0.7.0 lib/convenient_service/support/ruby.rb
convenient_service-0.6.0 lib/convenient_service/support/ruby.rb
convenient_service-0.5.0 lib/convenient_service/support/ruby.rb
convenient_service-0.4.0 lib/convenient_service/support/ruby.rb
convenient_service-0.3.1 lib/convenient_service/support/ruby.rb
convenient_service-0.3.0 lib/convenient_service/support/ruby.rb