Sha256: 8f93b6e764beb97b9d922f4323d2bee5ecaf7118fd8db8c0de2ec9389a984e67
Contents?: true
Size: 969 Bytes
Versions: 10
Compression:
Stored size: 969 Bytes
Contents
# frozen_string_literal: true module ConvenientService module RSpec module Matchers module Custom class DelegateTo module Entities class Matcher module Entities module Chainings module SubMatchers class WithAnyArguments < Chainings::SubMatchers::Arguments ## # @return [Boolean] # def matches_arguments?(arguments) true end ## # @return [String] # def printable_expected_arguments "with any arguments (no arguments is also valid)" end end end end end end end end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems