Represents a label in the .globl
section of the code under
test. Mistakes when writing specs using such labels can be quite difficult
to track down. Therefore, we require users to instantiate this special
class (as opposed to an ordinary String
) so that they must be
especially careful and intentional about their use.
Zachary Kurmas
Copyright © 2013
# File lib/mipsunit/mspec/assembly_label.rb, line 11 def initialize(data) super(data) end