Sha256: 03b8dfeafe281f0c9a48158621753fa1a498889b805b2bdb62678b281857199d
Contents?: true
Size: 247 Bytes
Versions: 17
Compression:
Stored size: 247 Bytes
Contents
# frozen_string_literal: true module ConvenientService module RSpec module Matchers module HaveAbstractMethod def have_abstract_method(...) Custom::HaveAbstractMethod.new(...) end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems