Sha256: 6c1b42e60f8cb3b5ceb51b689932023e7d80a4373ae5a75bf720a23372d637db
Contents?: true
Size: 252 Bytes
Versions: 241
Compression:
Stored size: 252 Bytes
Contents
module Shindo class Tests def responds_to(method_names) for method_name in [*method_names] tests("#respond_to?(:#{method_name})").returns(true) do @instance.respond_to?(method_name) end end end end end
Version data entries
241 entries across 201 versions & 20 rubygems