Returns an output device
pry_instance.output.puts "ohai!"
508 509 510
# File 'lib/pry/pry_instance.rb', line 508 def output Pry::Output.new(self) end