A TestCase for writing tests for Marshal::Structure and alternative parsers of Marshal streams.
A Marshal stream with (almost) every type in it. The notable absence is of a Data type.
Creates the following convenience namespace instance variables:
# File lib/marshal/structure/test_case.rb, line 88 def setup @MS = Marshal::Structure @MSP = Marshal::Structure::Parser @MST = Marshal::Structure::Tokenizer end