Sha256: 5a3eab02148bd3467bf0b0919c2190b3b4964e4db83c7b38eb24a418f785c90d
Contents?: true
Size: 363 Bytes
Versions: 31
Compression:
Stored size: 363 Bytes
Contents
# frozen_string_literal: true module ActiveMocker class MockRelation # @param [ActiveMocker::Base] mock, a generated mock class # @param [Array<ActiveMocker::Base>] collection, an array of mock instances # @return [ScopeRelation] for the given mock def self.new(mock, collection) mock.send(:__new_relation__, collection) end end end
Version data entries
31 entries across 31 versions & 1 rubygems