Sha256: 52c0ca66a2ff79ff18d5245fe8bca6a384d6e8dfc7427a1f03557e29779e60dc

Contents?: true

Size: 201 Bytes

Versions: 6

Compression:

Stored size: 201 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module Support
    NOT_PASSED = ::Object.new.tap do |object|
      object.define_singleton_method(:inspect) { "not_passed" }
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
convenient_service-0.11.0 lib/convenient_service/support/not_passed.rb
convenient_service-0.10.1 lib/convenient_service/support/not_passed.rb
convenient_service-0.10.0 lib/convenient_service/support/not_passed.rb
convenient_service-0.9.0 lib/convenient_service/support/not_passed.rb
convenient_service-0.8.0 lib/convenient_service/support/not_passed.rb
convenient_service-0.7.0 lib/convenient_service/support/not_passed.rb