mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Remove unnecessary initializer
This commit is contained in:
parent
9294599440
commit
f1a7018718
1 changed files with 0 additions and 4 deletions
|
@ -4,10 +4,6 @@ require "./value_method_stub"
|
|||
|
||||
module Spectator::Mocks
|
||||
class NilMethodStub < GenericMethodStub(Nil)
|
||||
def initialize(name, source, args = nil)
|
||||
super(name, source, args)
|
||||
end
|
||||
|
||||
def call(_args : GenericArguments(T, NT)) : ReturnType forall T, NT
|
||||
nil
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue