mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Add implicit subject
This commit is contained in:
parent
8cf876268a
commit
037612d00a
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ module Spectator
|
|||
def described_class
|
||||
{{what}}
|
||||
end
|
||||
|
||||
def subject
|
||||
described_class.new
|
||||
end
|
||||
{% end %}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue