fix double label names

This commit is contained in:
Torsten Ruger
2015-11-14 22:53:01 +02:00
parent 278eccbed5
commit cc9b515752
4 changed files with 11 additions and 2 deletions

View File

@ -17,6 +17,9 @@ module Register
def to_s
"Label: #{@name} (#{self.next.class})"
end
def sof_reference_name
"Label: #{@name}"
end
# a method start has a label of the form Class.method , test for that
def is_method