mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Remove ScratchPad alias for Pad
ScratchPad is the "official" name that was taken from Rubinius. We are not Rubinius, so we use Pad. Merely "Pad". Signed-off-by: Kyrylo Silin <kyrylosilin@gmail.com>
This commit is contained in:
parent
1a08125d26
commit
451583b0dc
1 changed files with 2 additions and 3 deletions
|
@ -9,9 +9,8 @@ require 'bacon'
|
|||
require 'open4'
|
||||
|
||||
# A global space for storing temporary state during tests.
|
||||
ScratchPad = OpenStruct.new
|
||||
Pad = ScratchPad
|
||||
def ScratchPad.clear
|
||||
Pad = OpenStruct.new
|
||||
def Pad.clear
|
||||
@table = {}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue