mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Obscure parameters to avoid accidental usage
This commit is contained in:
parent
5b1a5cd49d
commit
123dd0efca
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module Spectator
|
||||||
{% if name %}@[::Spectator::StubbedName({{name}})]{% end %}
|
{% if name %}@[::Spectator::StubbedName({{name}})]{% end %}
|
||||||
class {{type_name.id}} < {{@type.name}}
|
class {{type_name.id}} < {{@type.name}}
|
||||||
{% for key, value in value_methods %}
|
{% for key, value in value_methods %}
|
||||||
inject_stub def {{key.id}}(*_args, **_kwargs)
|
inject_stub def {{key.id}}(*%args, **%kwargs)
|
||||||
{{value}}
|
{{value}}
|
||||||
end
|
end
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue