Obscure parameters to avoid accidental usage

This commit is contained in:
Michael Miller 2022-03-12 13:58:20 -07:00
parent 5b1a5cd49d
commit 123dd0efca
No known key found for this signature in database
GPG key ID: 32B47AE8F388A1FF

View file

@ -26,7 +26,7 @@ module Spectator
{% if name %}@[::Spectator::StubbedName({{name}})]{% end %}
class {{type_name.id}} < {{@type.name}}
{% for key, value in value_methods %}
inject_stub def {{key.id}}(*_args, **_kwargs)
inject_stub def {{key.id}}(*%args, **%kwargs)
{{value}}
end
{% end %}