Method: PryTester#last_output

Defined in:
lib/pry_tester.rb

#last_outputObject



47
48
49
# File 'lib/pry_tester.rb', line 47

def last_output
  @out.string if @out
end