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