class Pry::Command::FixIndent

def process

def process
  indented_str = Pry::Indent.indent(eval_string)
  pry_instance.eval_string = indented_str
end