Module PryTestHelpers
In: lib/pry/test/helper.rb

A global space for storing temporary state during tests.

Methods

Public Instance methods

inject a variable into a binding

Open a temp file and yield it to the block, closing it after @return [String] The path of the temp file

[Validate]