module Byebug::Helpers::StringHelper

def prettify(str)


command prompt.
Improves indentation and spacing in +str+ for readability in Byebug's
def prettify(str)
  "\n" + deindent(str) + "\n"
end