Fixed all after changing argument handling
arguments are now fully inlined into the message locals next
This commit is contained in:
@ -52,7 +52,7 @@ module Parfait
|
||||
get_at(index)
|
||||
end
|
||||
def to_s
|
||||
"Message:#{method&.name}(#{arguments.get_length})"
|
||||
"Message:#{method&.name}(#{arguments_given})"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user