module ExecutableMock::Registry::ClassMethods

Public Instance Methods

registry() click to toggle source
# File lib/executable_mock/registry.rb, line 10
def registry
  Thread.current[:executable_mocks] ||= Set.new
end