small label changes
This commit is contained in:
parent
b30cf21bbd
commit
cea60f202a
@ -71,7 +71,7 @@ module Parfait
|
|||||||
end
|
end
|
||||||
|
|
||||||
def sof_reference_name
|
def sof_reference_name
|
||||||
self.name
|
"Method: " + self.name.to_s
|
||||||
end
|
end
|
||||||
|
|
||||||
def inspect
|
def inspect
|
||||||
|
@ -158,7 +158,7 @@ module Parfait
|
|||||||
|
|
||||||
private
|
private
|
||||||
def check_length
|
def check_length
|
||||||
raise "Length out of bounds #{self.char_length}" if self.char_length > 108
|
raise "Length out of bounds #{self.char_length}" if self.char_length > 1000
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -18,7 +18,7 @@ module Register
|
|||||||
"Label: #{@name} (#{self.next.class})"
|
"Label: #{@name} (#{self.next.class})"
|
||||||
end
|
end
|
||||||
def sof_reference_name
|
def sof_reference_name
|
||||||
"Label: #{@name}"
|
@name
|
||||||
end
|
end
|
||||||
|
|
||||||
# a method start has a label of the form Class.method , test for that
|
# a method start has a label of the form Class.method , test for that
|
||||||
|
Loading…
Reference in New Issue
Block a user