class Mutest::Subject::Method::Instance

Instance method subjects

Constants

NAME_INDEX
SYMBOL

Public Instance Methods

prepare() click to toggle source

Prepare subject for mutation insertion

@return [self]

# File lib/mutest/subject/method/instance.rb, line 12
def prepare
  scope.__send__(:undef_method, name)
  self
end