Method: SimpleCov::Parallel::Adapter::CircleCI::MethodStasher#stash

Defined in:
lib/simplecov/parallel/adapter/circleci.rb

#stashObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



105
106
107
108
# File 'lib/simplecov/parallel/adapter/circleci.rb', line 105

def stash
  @original_method = object.method(method_name)
  klass.__send__(:undef_method, method_name)
end