# File lib/pry/helpers/command_helpers.rb, line 18 def render_output(str, opts={}) if opts[:flood] output.puts str else stagger_output str end end