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:
Kyrylo Silin 2012-06-27 18:53:38 +03:00
parent 1a08125d26
commit 451583b0dc
1 changed files with 2 additions and 3 deletions

View File

@ -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