Sha256: 87ed1da2e97d65c133fff954e90be07e9ff3af70006b1273b3906f264d502758
Contents?: true
Size: 252 Bytes
Versions: 49
Compression:
Stored size: 252 Bytes
Contents
module Shindo class Tests def responds_to(method_names) method_names.each do |method_name| tests("#respond_to?(:#{method_name})").returns(true) do @instance.respond_to?(method_name) end end end end end
Version data entries
49 entries across 46 versions & 3 rubygems