Sha256: bfbb9ee39f85027f78c14206b8fa8982c90e60402b4e2af98e0c4c1f92444abc
Contents?: true
Size: 213 Bytes
Versions: 2
Compression:
Stored size: 213 Bytes
Contents
# frozen_string_literal: true module BlackHole class << self def method_missing(*) # rubocop:disable Style/MethodMissingSuper self end def respond_to_missing?(*) true end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
http-5.0.0.pre3 | spec/support/black_hole.rb |
http-5.0.0.pre2 | spec/support/black_hole.rb |