Sha256: 10f96bc2928415a36c8612a41eb84a2e135ae1cb9ede450d6b877f01e1750c85
Contents?: true
Size: 257 Bytes
Versions: 6
Compression:
Stored size: 257 Bytes
Contents
# frozen_string_literal: true module ConvenientService module RSpec module PrimitiveMatchers module HaveAbstractMethod def have_abstract_method(...) Classes::HaveAbstractMethod.new(...) end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems