class Pry::Byebug::Breakpoints::MethodBreakpoint

def source_code

def source_code
  Pry::Code.from_method(Pry::Method.from_str(@method))
end