Module: Delight::Enumerator::TrySoleBy

Defined in:
lib/delight/enumerator/try_sole_by.rb

Instance Method Summary collapse

Instance Method Details

#try_sole_byObject



4
5
6
# File 'lib/delight/enumerator/try_sole_by.rb', line 4

def try_sole_by(**)
  try_sole_by_implementation(:collection_matcher, **)
end