class Phlex::Compiler
def redefine(method, line:)
def redefine(method, line:) patch = scope + method + unscope eval(patch, Kernel.binding, file, (line - 1)) end
def redefine(method, line:) patch = scope + method + unscope eval(patch, Kernel.binding, file, (line - 1)) end