Sha256: 0a3229654ba91a55d8679da6006ff58cf61ddb4f59dbcc8c12aa5864d2f28633
Contents?: true
Size: 257 Bytes
Versions: 186
Compression:
Stored size: 257 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), 'helper')) my_print = proc { |out, value| out.puts "Output is: #{value.inspect}" } # Start a Pry session using the print object defined in my_print Pry.start(TOPLEVEL_BINDING, :print => my_print)
Version data entries
186 entries across 186 versions & 1 rubygems