Sha256: a68f12faa469fc6a76a0be73c117c185defbd44bc5bb8282599722f489e4afeb
Contents?: true
Size: 306 Bytes
Versions: 68
Compression:
Stored size: 306 Bytes
Contents
direc = File.dirname(__FILE__) require 'rubygems' require "#{direc}/../lib/pry" # define a local. a = "a local variable" # defing a top-level method. def hello puts "hello world!" end # Start pry session at top-level. # The local variable `a` and the `hello` method will # be accessible. binding.pry
Version data entries
68 entries across 68 versions & 1 rubygems