Sha256: fd0810e71bf502dce67eef17182e3d22abc420440753f1defc8e463cb837abd1
Contents?: true
Size: 308 Bytes
Versions: 186
Compression:
Stored size: 308 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), 'helper')) # Create a StringIO that contains the input data str_input = StringIO.new("puts 'hello world!'\nputs \"I am in \#{self}\"\nexit") # Start a Pry session on the Fixnum 5 using the input data in str_input Pry.start(5, :input => str_input)
Version data entries
186 entries across 186 versions & 1 rubygems