class Pry::Command::FixIndent
Public Instance Methods
process()
click to toggle source
# File lib/pry/commands/fix_indent.rb, line 12 def process indented_str = Pry::Indent.indent(eval_string) eval_string.replace indented_str end