Sha256: c44cf838f6ecb87e4b967cda552ab88b51c03f7055a384d209b9622a7c122943
Contents?: true
Size: 363 Bytes
Versions: 186
Compression:
Stored size: 363 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), 'helper')) # Create a StringIO to contain the output data str_output = StringIO.new # Start a Pry session on the Fixnum 5 using str_output to store the # output (not writing to $stdout) Pry.start(5, :output => str_output) # Display all the output accumulated during the session puts str_output.string
Version data entries
186 entries across 186 versions & 1 rubygems