Sha256: cbe325d55a2046cc273a1f6422b6493d4047fd278f082f596461dddf67f1e766

Contents?: true

Size: 206 Bytes

Versions: 9

Compression:

Stored size: 206 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module Support
    ##
    # @return [ConvenientService::Support::UniqueValue]
    #
    UNDEFINED = Support::UniqueValue.new("undefined")
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
convenient_service-0.19.1 lib/convenient_service/support/undefined.rb
convenient_service-0.19.0 lib/convenient_service/support/undefined.rb
convenient_service-0.18.0 lib/convenient_service/support/undefined.rb
convenient_service-0.17.0 lib/convenient_service/support/undefined.rb
convenient_service-0.16.0 lib/convenient_service/support/undefined.rb
convenient_service-0.15.0 lib/convenient_service/support/undefined.rb
convenient_service-0.14.0 lib/convenient_service/support/undefined.rb
convenient_service-0.13.0 lib/convenient_service/support/undefined.rb
convenient_service-0.12.0 lib/convenient_service/support/undefined.rb