Fixed all after changing argument handling

arguments are now fully inlined into the message
locals next
This commit is contained in:
2019-08-22 23:10:29 +03:00
parent 017e7e2971
commit 7ca3599c5a
18 changed files with 159 additions and 179 deletions

View File

@ -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