# File lib/pry/code.rb, line 236 def with_indentation(spaces = 0) alter do @with_indentation = !!spaces @indentation_num = spaces end end