Sha256: d9f7b558f55986cd4bdd2e4bb5a5eb9bd21835b6d00be0f957e489298b812dbf

Contents?: true

Size: 170 Bytes

Versions: 15

Compression:

Stored size: 170 Bytes

Contents

# frozen_string_literal: true

module BlackHole
  class << self
    def method_missing(*)
      self
    end

    def respond_to_missing?(*)
      true
    end
  end
end

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/black_hole.rb
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/black_hole.rb
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/black_hole.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/http-5.2.0/spec/support/black_hole.rb
direct7-0.0.13 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/black_hole.rb
direct7-0.0.12 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/black_hole.rb
http-5.2.0 spec/support/black_hole.rb
direct7-0.0.11 vendor/bundle/ruby/2.7.0/gems/http-5.1.1/spec/support/black_hole.rb
http-5.1.1 spec/support/black_hole.rb
http-5.1.0 spec/support/black_hole.rb
http-5.0.4 spec/support/black_hole.rb
http-5.0.3 spec/support/black_hole.rb
http-5.0.2 spec/support/black_hole.rb
http-5.0.1 spec/support/black_hole.rb
http-5.0.0 spec/support/black_hole.rb